DtlEnvironment interface
An environment, which is essentially an ARM template deployment.
- Extends
Properties
arm |
The display name of the Azure Resource Manager template that produced the environment. |
created |
The creator of the environment. NOTE: This property will not be serialized. It can only be populated by the server. |
deployment |
The deployment properties of the environment. |
provisioning |
The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The identifier of the resource group containing the environment's resources. NOTE: This property will not be serialized. It can only be populated by the server. |
unique |
The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The location of the resource. |
name | The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The tags of the resource. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
armTemplateDisplayName
The display name of the Azure Resource Manager template that produced the environment.
armTemplateDisplayName?: string
Property Value
string
createdByUser
The creator of the environment. NOTE: This property will not be serialized. It can only be populated by the server.
createdByUser?: string
Property Value
string
deploymentProperties
The deployment properties of the environment.
deploymentProperties?: EnvironmentDeploymentProperties
Property Value
provisioningState
The provisioning status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
resourceGroupId
The identifier of the resource group containing the environment's resources. NOTE: This property will not be serialized. It can only be populated by the server.
resourceGroupId?: string
Property Value
string
uniqueIdentifier
The unique immutable identifier of a resource (Guid). NOTE: This property will not be serialized. It can only be populated by the server.
uniqueIdentifier?: string
Property Value
string
Inherited Property Details
id
The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
The location of the resource.
location?: string
Property Value
string
Inherited From Resource.location
name
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
The tags of the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type