UserProperties interface

User resource properties

Extends

Properties

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.

email

Email address of the user.

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.

invitationState

State of the invitation message for the user. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState

Current provisioning state of the user resource. NOTE: This property will not be serialized. It can only be populated by the server.

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.

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.

Inherited Properties

additionalUsageQuota

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

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