Get Environment Result
data class GetEnvironmentResult(val armTemplateDisplayName: String? = null, val azureApiVersion: String, val createdByUser: String, val deploymentProperties: EnvironmentDeploymentPropertiesResponse? = null, val id: String, val location: String? = null, val name: String, val provisioningState: String, val resourceGroupId: String, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String)
An environment, which is essentially an ARM template deployment.
Constructors
Link copied to clipboard
constructor(armTemplateDisplayName: String? = null, azureApiVersion: String, createdByUser: String, deploymentProperties: EnvironmentDeploymentPropertiesResponse? = null, id: String, location: String? = null, name: String, provisioningState: String, resourceGroupId: String, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String)
Properties
Link copied to clipboard
The display name of the Azure Resource Manager template that produced the environment.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The creator of the environment.
Link copied to clipboard
The deployment properties of the environment.
Link copied to clipboard
The provisioning status of the resource.
Link copied to clipboard
The identifier of the resource group containing the environment's resources.
Link copied to clipboard
The unique immutable identifier of a resource (Guid).