Share via


Image.OsState Property

Definition

Gets the OS State of the image. Possible values include: 'Generalized', 'Specialized'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to