GetWorkspaceGlobalSchemaResult

data class GetWorkspaceGlobalSchemaResult(val azureApiVersion: String, val description: String? = null, val id: String, val name: String, val schemaType: String, val type: String, val value: Any? = null)

Global Schema Contract details.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, description: String? = null, id: String, name: String, schemaType: String, type: String, value: Any? = 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

Free-form schema entity 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

Schema Type. Immutable.

Link copied to clipboard

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

Link copied to clipboard
val value: Any? = null

Json-encoded string for non json-based schema.