GetTemplateSpecResult

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.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, description: String? = null, displayName: String? = null, id: String, location: String, metadata: Any? = null, name: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, versions: Map<String, TemplateSpecVersionInfoResponse>)

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

Template Spec description.

Link copied to clipboard
val displayName: String? = null

Template Spec display name.

Link copied to clipboard
val id: String

String Id used to locate any resource on Azure.

Link copied to clipboard

The location of the Template Spec. It cannot be changed after Template Spec creation. It must be one of the supported Azure locations.

Link copied to clipboard
val metadata: Any? = null

The Template Spec metadata. Metadata is an open-ended object and is typically a collection of key-value pairs.

Link copied to clipboard

Name of this resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Type of this resource.

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'.