TemplateSpecVersion Class
Template Spec Version object.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.resource.templatespecs.v2022_02_01.models._models_py3.AzureResourceBaseTemplateSpecVersion
Constructor
TemplateSpecVersion(*, location: str, tags: Dict[str, str] | None = None, description: str | None = None, linked_templates: List[_models.LinkedTemplateArtifact] | None = None, metadata: MutableMapping[str, Any] | None = None, main_template: MutableMapping[str, Any] | None = None, ui_form_definition: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
The location of the Template Spec Version. It must match the location of the parent Template Spec. Required. |
tags
|
Resource tags. |
description
|
Template Spec version description. |
linked_templates
|
An array of linked template artifacts. |
metadata
|
<xref:JSON>
The version metadata. Metadata is an open-ended object and is typically a collection of key-value pairs. |
main_template
|
<xref:JSON>
The main Azure Resource Manager template content. |
ui_form_definition
|
<xref:JSON>
The Azure Resource Manager template UI definition content. |
Variables
Name | Description |
---|---|
id
|
String Id used to locate any resource on Azure. |
name
|
Name of this resource. |
type
|
Type of this resource. |
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
location
|
The location of the Template Spec Version. It must match the location of the parent Template Spec. Required. |
tags
|
Resource tags. |
description
|
Template Spec version description. |
linked_templates
|
An array of linked template artifacts. |
metadata
|
<xref:JSON>
The version metadata. Metadata is an open-ended object and is typically a collection of key-value pairs. |
main_template
|
<xref:JSON>
The main Azure Resource Manager template content. |
ui_form_definition
|
<xref:JSON>
The Azure Resource Manager template UI definition content. |
Azure SDK for Python