Share via


Job.Cluster Property

Definition

Gets or sets cluster.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Resource ID of the cluster associated with the job.

Applies to