LabDetails 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.
This represents the details about a lab that the User is in, and its state.
public class LabDetails
type LabDetails = class
Public Class LabDetails
- Inheritance
-
System.ObjectLabDetails
Constructors
LabDetails() |
Initializes a new instance of the LabDetails class. |
LabDetails(String, String, String, Nullable<TimeSpan>) |
Initializes a new instance of the LabDetails class. |
Properties
Id |
Gets or sets the Id of the lab. |
Name |
Gets or sets name of the lab |
ProvisioningState |
Gets or sets the provisioning state of the lab. |
UsageQuota |
Gets the maximum duration a user can use a VM in this lab. |