GetEnvironmentResult

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)

Types

Link copied to clipboard
object Companion

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
val id: String

The identifier of the resource.

Link copied to clipboard
val location: String? = null

The location of the resource.

Link copied to clipboard

The name of the resource.

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
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).