次の方法で共有


Job.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。

適用対象