TemplateSpecVersionUpdateModel Class
Template Spec Version properties to be updated (only tags are currently supported).
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.resource.templatespecs.v2022_02_01.models._models_py3.AzureResourceBaseTemplateSpecVersionUpdateModel
Constructor
TemplateSpecVersionUpdateModel(*, tags: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Resource tags. |
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. |
tags
|
Resource tags. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python