JobCreateParameters.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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

이 작업이 실행될 클러스터의 리소스 ID입니다.

적용 대상