次の方法で共有


AgentPoolInner.NodeTaints プロパティ

定義

ノード プールの作成とスケーリング中に新しいノードに追加されたテイントを取得または設定します。 たとえば、key=value:NoSchedule です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象