次の方法で共有


ApiVersionSetContractProperties interface

Properties of an API Version Set.

Extends

Properties

displayName

Name of API Version Set

versioningScheme

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

Inherited Properties

description

Description of API Version Set.

versionHeaderName

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

versionQueryName

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

Property Details

displayName

Name of API Version Set

displayName: 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

Inherited Property Details

description

Description of API Version Set.

description?: string

Property Value

string

Inherited From ApiVersionSetEntityBase.description

versionHeaderName

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

versionHeaderName?: string

Property Value

string

Inherited From ApiVersionSetEntityBase.versionHeaderName

versionQueryName

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

versionQueryName?: string

Property Value

string

Inherited From ApiVersionSetEntityBase.versionQueryName