Share via


ManagedClusterAgentPoolProfileProperties.MaxPods Property

Definition

Gets or sets maximum number of pods that can run on a node.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to