TemplateSpecArtifact Class

Represents a Template Spec artifact.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: TemplateSpecTemplateArtifact

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

Inheritance
azure.mgmt.resource.templatespecs._serialization.Model
TemplateSpecArtifact

Constructor

TemplateSpecArtifact(*, path: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
path
str

A filesystem safe relative path of the artifact. Required.

Variables

Name Description
path
str

A filesystem safe relative path of the artifact. Required.

kind

The kind of artifact. Required. "template"