ApiVersionSetContractDetails interface
An API Version Set contains the common configuration for a set of API Versions relating
Properties
description | Description of API Version Set. |
id | Identifier for existing API Version Set. Omit this value to create a new Version Set. |
name | The display Name of the API Version Set. |
version |
Name of HTTP header parameter that indicates the API Version if versioningScheme is set to |
versioning |
An value that determines where the API Version identifier will be located in a HTTP request. |
version |
Name of query parameter that indicates the API Version if versioningScheme is set to |
Property Details
description
Description of API Version Set.
description?: string
Property Value
string
id
Identifier for existing API Version Set. Omit this value to create a new Version Set.
id?: string
Property Value
string
name
The display Name of the API Version Set.
name?: 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