Get Api Version Set Result
data class GetApiVersionSetResult(val azureApiVersion: String, val description: String? = null, val displayName: String, val id: String, val name: String, val type: String, val versionHeaderName: String? = null, val versionQueryName: String? = null, val versioningScheme: String)
API Version Set Contract details.
Constructors
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Description of API Version Set.
Link copied to clipboard
Name of API Version Set
Link copied to clipboard
Name of HTTP header parameter that indicates the API Version if versioningScheme is set to header
.
Link copied to clipboard
An value that determines where the API Version identifier will be located in a HTTP request.
Link copied to clipboard
Name of query parameter that indicates the API Version if versioningScheme is set to query
.