HDInsightOnDemandLinkedService.SparkVersion Property

Definition

Gets or sets the version of spark if the cluster type is 'spark'. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.sparkVersion")]
public object SparkVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.sparkVersion")>]
member this.SparkVersion : obj with get, set
Public Property SparkVersion As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to