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.
Constructor
DtlEnvironment(*, location: str | None = None, tags: Dict[str, str] | None = None, deployment_properties: EnvironmentDeploymentProperties | None = None, arm_template_display_name: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
location
Required
|
The location of the resource. |
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 |
---|---|
location
Required
|
|
tags
Required
|
|
deployment_properties
Required
|
|
arm_template_display_name
Required
|
|
Variables
Name | Description |
---|---|
id
|
The identifier of the resource. |
name
|
The name of the resource. |
type
|
The type of the resource. |
resource_group_id
|
The identifier of the resource group containing the environment's resources. |
created_by_user
|
The creator of the environment. |
provisioning_state
|
The provisioning status of the resource. |
unique_identifier
|
The unique immutable identifier of a resource (Guid). |
Azure SDK for Python