Compartir a través de


ArmTemplateInfo interface

Information about a generated ARM template.

Properties

parameters

The parameters of the ARM template.

template

The template's contents.

Property Details

parameters

The parameters of the ARM template.

parameters?: Record<string, unknown>

Property Value

Record<string, unknown>

template

The template's contents.

template?: Record<string, unknown>

Property Value

Record<string, unknown>