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
fun GetEnvironmentResult(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)