EnvironmentDeploymentProperties Class
Properties of an environment deployment.
Constructor
EnvironmentDeploymentProperties(*, arm_template_id: str | None = None, parameters: list['_models.ArmTemplateParameterProperties'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
arm_template_id
|
The Azure Resource Manager template's identifier. Default value: None
|
|
parameters
|
The parameters of the Azure Resource Manager template. Default value: None
|
Variables
| Name | Description |
|---|---|
|
arm_template_id
|
The Azure Resource Manager template's identifier. |
|
parameters
|
The parameters of the Azure Resource Manager template. |