次の方法で共有


AgentPoolInner.MaxPods プロパティ

定義

ノードで実行できるポッドの最大数を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maxPods")]
public int? MaxPods { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maxPods")>]
member this.MaxPods : Nullable<int> with get, set
Public Property MaxPods As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象