TemplateLink Class
Entity representing the reference to the template.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelTemplateLink
Constructor
TemplateLink(*, uri: str | None = None, id: str | None = None, relative_path: str | None = None, content_version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
uri
|
The URI of the template to deploy. Use either the uri or id property, but not both. |
id
|
The resource id of a Template Spec. Use either the id or uri property, but not both. |
relative_path
|
Applicable only if this template link references a Template Spec. This relativePath property can optionally be used to reference a Template Spec artifact by path. |
content_version
|
If included, must match the ContentVersion in the template. |
Variables
Name | Description |
---|---|
uri
|
The URI of the template to deploy. Use either the uri or id property, but not both. |
id
|
The resource id of a Template Spec. Use either the id or uri property, but not both. |
relative_path
|
Applicable only if this template link references a Template Spec. This relativePath property can optionally be used to reference a Template Spec artifact by path. |
content_version
|
If included, must match the ContentVersion in the template. |
Azure SDK for Python