ApiVersionSetContract interface

API Version Set Contract details.

Extends

Properties

description

Description of API Version Set.

displayName

Name of API Version Set

versionHeaderName

Name of HTTP header parameter that indicates the API Version if versioningScheme is set to header.

versioningScheme

An value that determines where the API Version identifier will be located in a HTTP request.

versionQueryName

Name of query parameter that indicates the API Version if versioningScheme is set to query.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

description

Description of API Version Set.

description?: string

Property Value

string

displayName

Name of API Version Set

displayName?: string

Property Value

string

versionHeaderName

Name of HTTP header parameter that indicates the API Version if versioningScheme is set to header.

versionHeaderName?: string

Property Value

string

versioningScheme

An value that determines where the API Version identifier will be located in a HTTP request.

versioningScheme?: string

Property Value

string

versionQueryName

Name of query parameter that indicates the API Version if versioningScheme is set to query.

versionQueryName?: string

Property Value

string

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyResource.name

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyResource.type