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
|
Default value: None
|
deployment_properties
|
Default value: None
|
arm_template_display_name
|
Default value: None
|