AgentPoolAutoScaleProfile Class
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.
Specifications on auto-scaling.
public class AgentPoolAutoScaleProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.AgentPoolAutoScaleProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.AgentPoolAutoScaleProfile>
type AgentPoolAutoScaleProfile = class
interface IJsonModel<AgentPoolAutoScaleProfile>
interface IPersistableModel<AgentPoolAutoScaleProfile>
Public Class AgentPoolAutoScaleProfile
Implements IJsonModel(Of AgentPoolAutoScaleProfile), IPersistableModel(Of AgentPoolAutoScaleProfile)
- Inheritance
-
AgentPoolAutoScaleProfile
- Implements
Constructors
| Name | Description |
|---|---|
| AgentPoolAutoScaleProfile() |
Initializes a new instance of AgentPoolAutoScaleProfile. |
Properties
| Name | Description |
|---|---|
| MaxCount |
The maximum number of nodes of the specified sizes. |
| MinCount |
The minimum number of nodes of the specified sizes. |
| Size |
VM size that AKS will use when creating and scaling e.g. 'Standard_E4s_v3', 'Standard_E16s_v3' or 'Standard_D16s_v5'. |