GetWorkspaceApiVersionSetResult

data class GetWorkspaceApiVersionSetResult(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

Link copied to clipboard
constructor(description: String? = null, displayName: String, id: String, name: String, type: String, versionHeaderName: String? = null, versionQueryName: String? = null, versioningScheme: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of API Version Set.

Link copied to clipboard

Name of API Version Set

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

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.