Share via


Lab.State Property

Definition

Gets the lab state. Possible values include: 'Draft', 'Publishing', 'Scaling', 'Syncing', 'Published'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.state")]
public Microsoft.Azure.Management.LabServices.Models.LabState? State { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.state")>]
member this.State : Nullable<Microsoft.Azure.Management.LabServices.Models.LabState>
Public ReadOnly Property State As Nullable(Of LabState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to