你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ApiVersionSetUpdateParameters interface
Parameters to update or create an API Version Set Contract.
Properties
description | Description of API Version Set. |
display |
Name of 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
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