SparkBatchJobCollection.Sessions Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="sessions")]
public System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.SparkBatchJob> Sessions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sessions")>]
member this.Sessions : System.Collections.Generic.IList<Microsoft.Azure.HDInsight.Job.Models.SparkBatchJob> with get, set
Public Property Sessions As IList(Of SparkBatchJob)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to