Share via


StreamingJob.Cluster Property

Definition

Gets or sets the cluster which streaming jobs will run on.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.cluster")]
public Microsoft.Azure.Management.StreamAnalytics.Models.ClusterInfo Cluster { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.cluster")>]
member this.Cluster : Microsoft.Azure.Management.StreamAnalytics.Models.ClusterInfo with get, set
Public Property Cluster As ClusterInfo

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to