LinkedTemplateArtifact Class

Represents a Template Spec artifact containing an embedded Azure Resource Manager template for use as a linked template.

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

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

Constructor

LinkedTemplateArtifact(*, 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.

template
<xref:JSON>

The Azure Resource Manager template. Required.