AgentPool.MaxPods Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum number of pods that can run on a node.
[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)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute