DtlEnvironment Class
An environment, which is essentially an ARM template deployment.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.devtestlabs.models._models_py3.ResourceDtlEnvironment
Constructor
DtlEnvironment(*, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, deployment_properties: Optional[azure.mgmt.devtestlabs.models._models_py3.EnvironmentDeploymentProperties] = None, arm_template_display_name: Optional[str] = None, **kwargs)
Parameters
- deployment_properties
- EnvironmentDeploymentProperties
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.
Variables
- id
- str
The identifier of the resource.
- name
- str
The name of the resource.
- type
- str
The type of the resource.
- resource_group_id
- str
The identifier of the resource group containing the environment's resources.
- created_by_user
- str
The creator of the environment.
- provisioning_state
- str
The provisioning status of the resource.
- unique_identifier
- str
The unique immutable identifier of a resource (Guid).
Feedback
Submit and view feedback for