Class ApiVersionSetState
Inherited Members
Namespace: Pulumi.Azure.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApiVersionSetState : ResourceArgs
Constructors
View SourceApiVersionSetState()
Declaration
public ApiVersionSetState()
Properties
View SourceApiManagementName
The name of the API Management Service in which the API Version Set should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> ApiManagementName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description of API Version Set.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
The display name of this API Version Set.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the API Version Set. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the Resource Group in which the parent API Management Service exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VersionHeaderName
The name of the Header which should be read from Inbound Requests which defines the API Version.
Declaration
public Input<string> VersionHeaderName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VersioningScheme
Specifies where in an Inbound HTTP Request that the API Version should be read from. Possible values are Header, Query and Segment.
Declaration
public Input<string> VersioningScheme { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VersionQueryName
The name of the Query String which should be read from Inbound Requests which defines the API Version.
Declaration
public Input<string> VersionQueryName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |