Share via


AppState.State Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="state")]
public Microsoft.Azure.HDInsight.Job.Models.ApplicationState? State { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="state")>]
member this.State : Nullable<Microsoft.Azure.HDInsight.Job.Models.ApplicationState> with get, set
Public Property State As Nullable(Of ApplicationState)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to