GetEnvironmentResult

data class GetEnvironmentResult(val claimedByUserName: String, val claimedByUserObjectId: String, val claimedByUserPrincipalId: String, val id: String, val isClaimed: Boolean, val lastKnownPowerState: String, val latestOperationResult: LatestOperationResultResponse, val location: String? = null, val name: String, val networkInterface: NetworkInterfaceResponse, val passwordLastReset: String, val provisioningState: String? = null, val resourceSets: ResourceSetResponse? = null, val tags: Map<String, String>? = null, val totalUsage: String, val type: String, val uniqueIdentifier: String? = null)

Represents an environment instance

Constructors

Link copied to clipboard
constructor(claimedByUserName: String, claimedByUserObjectId: String, claimedByUserPrincipalId: String, id: String, isClaimed: Boolean, lastKnownPowerState: String, latestOperationResult: LatestOperationResultResponse, location: String? = null, name: String, networkInterface: NetworkInterfaceResponse, passwordLastReset: String, provisioningState: String? = null, resourceSets: ResourceSetResponse? = null, tags: Map<String, String>? = null, totalUsage: String, type: String, uniqueIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name or email address of the user who has claimed the environment

Link copied to clipboard

The AAD object Id of the user who has claimed the environment

Link copied to clipboard

The user principal Id of the user who has claimed the environment

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard

Is the environment claimed or not

Link copied to clipboard

Last known power state of the environment

Link copied to clipboard

The details of the latest operation. ex: status, error

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

Network details of the environment

Link copied to clipboard

When the password was last reset on the environment.

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard

The set of a VM and the setting id it was created for

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

How long the environment has been used by a lab user

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).