ArmTemplate Class
An Azure Resource Manager template.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.devtestlabs.models._models_py3.ResourceArmTemplate
Constructor
ArmTemplate(*, location: str | None = None, tags: Dict[str, str] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
location
Required
|
The location of the resource. |
tags
Required
|
A set of tags. The tags of the resource. |
Keyword-Only Parameters
Name | Description |
---|---|
location
Required
|
|
tags
Required
|
|
Variables
Name | Description |
---|---|
id
|
The identifier of the resource. |
name
|
The name of the resource. |
type
|
The type of the resource. |
display_name
|
The display name of the ARM template. |
description
|
The description of the ARM template. |
publisher
|
The publisher of the ARM template. |
icon
|
The URI to the icon of the ARM template. |
contents
|
The contents of the ARM template. |
created_date
|
The creation date of the armTemplate. |
parameters_value_files_info
|
File name and parameter values information from all azuredeploy.*.parameters.json for the ARM template. |
enabled
|
Whether or not ARM template is enabled for use by lab user. |
Azure SDK for Python