DtlEnvironmentFragment Class

An environment, which is essentially an ARM template deployment.

Inheritance
azure.mgmt.devtestlabs.models._models_py3.UpdateResource
DtlEnvironmentFragment

Constructor

DtlEnvironmentFragment(*, tags: Optional[Dict[str, str]] = None, deployment_properties: Optional[azure.mgmt.devtestlabs.models._models_py3.EnvironmentDeploymentPropertiesFragment] = None, arm_template_display_name: Optional[str] = None, **kwargs)

Parameters

tags
dict[str, str]
Required

A set of tags. The tags of the resource.

deployment_properties
EnvironmentDeploymentPropertiesFragment
Required

The deployment properties of the environment.

arm_template_display_name
str
Required

The display name of the Azure Resource Manager template that produced the environment.