ArmTemplateInfo Class

Information about a generated ARM template.

Constructor

ArmTemplateInfo(*, template: MutableMapping[str, Any] | None = None, parameters: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
template
<xref:JSON>

The template's contents.

Default value: None
parameters
<xref:JSON>

The parameters of the ARM template.

Default value: None

Variables

Name Description
template
<xref:JSON>

The template's contents.

parameters
<xref:JSON>

The parameters of the ARM template.