ArmTemplate interface
An Azure Resource Manager template.
- Extends
Properties
contents | The contents of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server. |
created |
The creation date of the armTemplate. NOTE: This property will not be serialized. It can only be populated by the server. |
description | The description of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server. |
display |
The display name of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server. |
enabled | Whether or not ARM template is enabled for use by lab user. NOTE: This property will not be serialized. It can only be populated by the server. |
icon | The URI to the icon of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server. |
parameters |
File name and parameter values information from all azuredeploy.*.parameters.json for the ARM template. NOTE: This property will not be serialized. It can only be populated by the server. |
publisher | The publisher of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The location of the resource. |
name | The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The tags of the resource. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
contents
The contents of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server.
contents?: Record<string, unknown>
Property Value
Record<string, unknown>
createdDate
The creation date of the armTemplate. NOTE: This property will not be serialized. It can only be populated by the server.
createdDate?: Date
Property Value
Date
description
The description of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
displayName
The display name of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
enabled
Whether or not ARM template is enabled for use by lab user. NOTE: This property will not be serialized. It can only be populated by the server.
enabled?: boolean
Property Value
boolean
icon
The URI to the icon of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server.
icon?: string
Property Value
string
parametersValueFilesInfo
File name and parameter values information from all azuredeploy.*.parameters.json for the ARM template. NOTE: This property will not be serialized. It can only be populated by the server.
parametersValueFilesInfo?: ParametersValueFileInfo[]
Property Value
publisher
The publisher of the ARM template. NOTE: This property will not be serialized. It can only be populated by the server.
publisher?: string
Property Value
string
Inherited Property Details
id
The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
The location of the resource.
location?: string
Property Value
string
Inherited From Resource.location
name
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
The tags of the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type