ArmContainerServiceModelFactory.AgentPoolAutoScaleProfile Method
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.
public static Azure.ResourceManager.ContainerService.Models.AgentPoolAutoScaleProfile AgentPoolAutoScaleProfile(string size = default, int? minCount = default, int? maxCount = default);
static member AgentPoolAutoScaleProfile : string * Nullable<int> * Nullable<int> -> Azure.ResourceManager.ContainerService.Models.AgentPoolAutoScaleProfile
Public Shared Function AgentPoolAutoScaleProfile (Optional size As String = Nothing, Optional minCount As Nullable(Of Integer) = Nothing, Optional maxCount As Nullable(Of Integer) = Nothing) As AgentPoolAutoScaleProfile
Parameters
- size
- String
VM size that AKS will use when creating and scaling e.g. 'Standard_E4s_v3', 'Standard_E16s_v3' or 'Standard_D16s_v5'.
Returns
A new AgentPoolAutoScaleProfile instance for mocking.