Get Schema Version Result
data class GetSchemaVersionResult(val azureApiVersion: String, val description: String? = null, val hash: String, val id: String, val name: String, val provisioningState: String, val schemaContent: String, val systemData: SystemDataResponse, val type: String, val uuid: String)
Schema version's definition.
Constructors
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
Provisioning state of the resource.
Link copied to clipboard
Schema content.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.