次の方法で共有


AgentPoolInner.NodeLabels プロパティ

定義

エージェント プール内のすべてのノードにわたって保持されるエージェント プール ノード ラベルを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.nodeLabels")]
public System.Collections.Generic.IDictionary<string,string> NodeLabels { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.nodeLabels")>]
member this.NodeLabels : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property NodeLabels As IDictionary(Of String, String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象