Get Template Spec Result
data class GetTemplateSpecResult(val azureApiVersion: String, val description: String? = null, val displayName: String? = null, val id: String, val location: String, val metadata: Any? = null, val name: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val versions: Map<String, TemplateSpecVersionInfoResponse>)
Template Spec object.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Template Spec description.
Link copied to clipboard
Template Spec display name.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
High-level information about the versions within this Template Spec. The keys are the version names. Only populated if the $expand query parameter is set to 'versions'.