EnvironmentDeploymentPropertiesFragment Class
Properties of an environment deployment.
- Inheritance
-
msrest.serialization.ModelEnvironmentDeploymentPropertiesFragment
Constructor
EnvironmentDeploymentPropertiesFragment(*, arm_template_id: str | None = None, parameters: List[ArmTemplateParameterPropertiesFragment] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
arm_template_id
Required
|
The Azure Resource Manager template's identifier. |
parameters
Required
|
The parameters of the Azure Resource Manager template. |
Keyword-Only Parameters
Name | Description |
---|---|
arm_template_id
Required
|
|
parameters
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python