Get User Result
data class GetUserResult(val additionalUsageQuota: String? = null, val azureApiVersion: String, val displayName: String, val email: String, val id: String, val invitationSent: String, val invitationState: String, val name: String, val provisioningState: String, val registrationState: String, val resourceOperationError: ResourceOperationErrorResponse, val systemData: SystemDataResponse, val totalUsage: String, val type: String)
User of a lab that can register for and use virtual machines within the lab.
Constructors
Link copied to clipboard
constructor(additionalUsageQuota: String? = null, azureApiVersion: String, displayName: String, email: String, id: String, invitationSent: String, invitationState: String, name: String, provisioningState: String, registrationState: String, resourceOperationError: ResourceOperationErrorResponse, systemData: SystemDataResponse, totalUsage: String, type: String)
Properties
Link copied to clipboard
The amount of usage quota time the user gets in addition to the lab usage quota.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Display name of the user, for example user's full name.
Link copied to clipboard
Date and time when the invitation message was sent to the user.
Link copied to clipboard
State of the invitation message for the user.
Link copied to clipboard
Current provisioning state of the user resource.
Link copied to clipboard
State of the user's registration within the lab.
Link copied to clipboard
Error details of last operation done on lab plan.
Link copied to clipboard
Metadata pertaining to creation and last modification of the user resource.
Link copied to clipboard
How long the user has used their virtual machines in this lab.