Get Environment Result
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)
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
Last known power state of the environment
Link copied to clipboard
The details of the latest operation. ex: status, error
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
How long the environment has been used by a lab user
Link copied to clipboard
The unique immutable identifier of a resource (Guid).