Class GetApiVersionSetResult
Inheritance
System.Object
GetApiVersionSetResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetApiVersionSetResult
Fields
View SourceApiManagementName
Declaration
public readonly string ApiManagementName
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The description of API Version Set.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DisplayName
The display name of this API Version Set.
Declaration
public readonly string DisplayName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
VersionHeaderName
The name of the Header which should be read from Inbound Requests which defines the API Version.
Declaration
public readonly string VersionHeaderName
Field Value
| Type | Description |
|---|---|
| System.String |
VersioningScheme
Declaration
public readonly string VersioningScheme
Field Value
| Type | Description |
|---|---|
| System.String |
VersionQueryName
The name of the Query String which should be read from Inbound Requests which defines the API Version.
Declaration
public readonly string VersionQueryName
Field Value
| Type | Description |
|---|---|
| System.String |