EnvironmentDeploymentProperties interface
Properties of an environment deployment.
Properties
arm |
The Azure Resource Manager template's identifier. |
parameters | The parameters of the Azure Resource Manager template. |
Property Details
armTemplateId
The Azure Resource Manager template's identifier.
armTemplateId?: string
Property Value
string
parameters
The parameters of the Azure Resource Manager template.
parameters?: ArmTemplateParameterProperties[]