Share via


Image.EnabledState Property

Definition

Gets or sets is the image enabled. Possible values include: 'Enabled', 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enabledState")]
public Microsoft.Azure.Management.LabServices.Models.EnableState? EnabledState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enabledState")>]
member this.EnabledState : Nullable<Microsoft.Azure.Management.LabServices.Models.EnableState> with get, set
Public Property EnabledState As Nullable(Of EnableState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to