Get Schema Result
data class GetSchemaResult(val azureApiVersion: String, val description: String? = null, val displayName: String? = null, val format: String, val id: String, val name: String, val provisioningState: String, val schemaType: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val uuid: String)
Schema definition.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Human-readable description of the schema.
Link copied to clipboard
Human-readable display name.
Link copied to clipboard
Provisioning state of the resource.
Link copied to clipboard
Type of the schema.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.