GetUserResult

data class GetUserResult(val additionalUsageQuota: String? = null, 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 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, displayName: String, email: String, id: String, invitationSent: String, invitationState: String, name: String, provisioningState: String, registrationState: String, systemData: SystemDataResponse, totalUsage: String, type: String)

Types

Link copied to clipboard
object Companion

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

Display name of the user, for example user's full name.

Link copied to clipboard

Email address of the user.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

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

The name of the resource

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

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.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"