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.TemplateSpecArtifactTemplateSpecTemplateArtifact
Constructor
TemplateSpecTemplateArtifact(*, path: str, template: Any, **kwargs)
Variables
- path
- str
Required. A filesystem safe relative path of the artifact.
- kind
- str or TemplateSpecArtifactKind
Required. The kind of artifact.Constant filled by server. Possible values include: "template".
- template
- any
Required. The Azure Resource Manager template.
Feedback
Submit and view feedback for