TemplateSpecTemplateArtifact Class

Represents a Template Spec artifact containing an embedded Azure Resource Manager template.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.resource.templatespecs.v2019_06_01_preview.models._models_py3.TemplateSpecArtifact
TemplateSpecTemplateArtifact

Constructor

TemplateSpecTemplateArtifact(*, path: str, template: MutableMapping[str, Any], **kwargs: Any)

Keyword-Only Parameters

Name Description
path
str

A filesystem safe relative path of the artifact. Required.

template
<xref:JSON>

The Azure Resource Manager template. Required.

Variables

Name Description
path
str

A filesystem safe relative path of the artifact. Required.

kind

The kind of artifact. Required. "template"

template
<xref:JSON>

The Azure Resource Manager template. Required.