LabUserData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the LabUser data model. User of a lab that can register for and use virtual machines within the lab.
public class LabUserData : Azure.ResourceManager.Models.ResourceData
type LabUserData = class
inherit ResourceData
Public Class LabUserData
Inherits ResourceData
- Inheritance
Constructors
LabUserData(String) |
Initializes a new instance of LabUserData. |
Properties
AdditionalUsageQuota |
The amount of usage quota time the user gets in addition to the lab usage quota. |
DisplayName |
Display name of the user, for example user's full name. |
Email address of the user. |
|
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InvitationSentOn |
Date and time when the invitation message was sent to the user. |
InvitationState |
State of the invitation message for the user. |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
Current provisioning state of the user resource. |
RegistrationState |
State of the user's registration within the lab. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
TotalUsage |
How long the user has used their virtual machines in this lab. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET