GetContentTypeResult

data class GetContentTypeResult(val azureApiVersion: String, val description: String? = null, val id: String, val name: String, val schema: Any? = null, val type: String, val version: String? = null)

Content type contract details.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, description: String? = null, id: String, name: String, schema: Any? = null, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val description: String? = null

Content type description.

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
val schema: Any? = null

Content type schema.

Link copied to clipboard

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

Link copied to clipboard
val version: String? = null

Content type version.