DeploymentStackTemplateDefinition Class

Export Template specific properties of the Deployment stack.

Inheritance
azure.mgmt.resource.deploymentstacks._serialization.Model
DeploymentStackTemplateDefinition

Constructor

DeploymentStackTemplateDefinition(*, template: MutableMapping[str, Any] | None = None, template_link: _models.DeploymentStacksTemplateLink | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
template
<xref:JSON>

The template content. Use this element to pass the template syntax directly in the request rather than link to an existing template. It can be a JObject or well-formed JSON string. Use either the templateLink property or the template property, but not both.

template_link

The URI of the template. Use either the templateLink property or the template property, but not both.

Variables

Name Description
template
<xref:JSON>

The template content. Use this element to pass the template syntax directly in the request rather than link to an existing template. It can be a JObject or well-formed JSON string. Use either the templateLink property or the template property, but not both.

template_link

The URI of the template. Use either the templateLink property or the template property, but not both.