Share via


ILab.State Property

Definition

The lab state.

[Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Description="The lab state.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.LabState) }, ReadOnly=true, Required=false, SerializedName="state")]
public Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.LabState? State { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Description="The lab state.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.LabState) }, ReadOnly=true, Required=false, SerializedName="state")>]
member this.State : Nullable<Microsoft.Azure.PowerShell.Cmdlets.LabServices.Support.LabState>
Public ReadOnly Property State As Nullable(Of LabState)

Property Value

Attributes

Applies to