DtlEnvironmentFragment Class
An environment, which is essentially an ARM template deployment.
Constructor
DtlEnvironmentFragment(*, tags: Dict[str, str] | None = None, deployment_properties: EnvironmentDeploymentPropertiesFragment | None = None, arm_template_display_name: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
tags
Required
|
A set of tags. The tags of the resource. |
deployment_properties
Required
|
The deployment properties of the environment. |
arm_template_display_name
Required
|
The display name of the Azure Resource Manager template that produced the environment. |
Keyword-Only Parameters
Name | Description |
---|---|
tags
Required
|
|
deployment_properties
Required
|
|
arm_template_display_name
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