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: Optional[str] = None, tags: Optional[Dict[str, str]] = None, **kwargs)
Parameters
Variables
- id
- str
The identifier of the resource.
- name
- str
The name of the resource.
- type
- str
The type of the resource.
- display_name
- str
The display name of the ARM template.
- description
- str
The description of the ARM template.
- publisher
- str
The publisher of the ARM template.
- icon
- str
The URI to the icon of the ARM template.
- contents
- object
The contents of the ARM template.
- created_date
- datetime
The creation date of the armTemplate.
- parameters_value_files_info
- list[ParametersValueFileInfo]
File name and parameter values information from all azuredeploy.*.parameters.json for the ARM template.
- enabled
- bool
Whether or not ARM template is enabled for use by lab user.
Feedback
Submit and view feedback for