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.v2021_03_01_preview.models._models_py3.AzureResourceBase
TemplateSpecVersion

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
str

The location of the Template Spec Version. It must match the location of the parent Template Spec. Required.

tags

Resource tags.

description
str

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
str

String Id used to locate any resource on Azure.

name
str

Name of this resource.

type
str

Type of this resource.

system_data

Azure Resource Manager metadata containing createdBy and modifiedBy information.

location
str

The location of the Template Spec Version. It must match the location of the parent Template Spec. Required.

tags

Resource tags.

description
str

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.