UserProperties interface
User resource properties
- Extends
Properties
display |
Display name of the user, for example user's full name. NOTE: This property will not be serialized. It can only be populated by the server. |
Email address of the user. |
|
invitation |
Date and time when the invitation message was sent to the user. NOTE: This property will not be serialized. It can only be populated by the server. |
invitation |
State of the invitation message for the user. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Current provisioning state of the user resource. NOTE: This property will not be serialized. It can only be populated by the server. |
registration |
State of the user's registration within the lab. NOTE: This property will not be serialized. It can only be populated by the server. |
total |
How long the user has used their virtual machines in this lab. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
additional |
The amount of usage quota time the user gets in addition to the lab usage quota. |
Property Details
displayName
Display name of the user, for example user's full name. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
Email address of the user.
email: string
Property Value
string
invitationSent
Date and time when the invitation message was sent to the user. NOTE: This property will not be serialized. It can only be populated by the server.
invitationSent?: Date
Property Value
Date
invitationState
State of the invitation message for the user. NOTE: This property will not be serialized. It can only be populated by the server.
invitationState?: InvitationState
Property Value
provisioningState
Current provisioning state of the user resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: ProvisioningState
Property Value
registrationState
State of the user's registration within the lab. NOTE: This property will not be serialized. It can only be populated by the server.
registrationState?: RegistrationState
Property Value
totalUsage
How long the user has used their virtual machines in this lab. NOTE: This property will not be serialized. It can only be populated by the server.
totalUsage?: string
Property Value
string
Inherited Property Details
additionalUsageQuota
The amount of usage quota time the user gets in addition to the lab usage quota.
additionalUsageQuota?: string
Property Value
string
Inherited From UserUpdateProperties.additionalUsageQuota