Share via


IAgentPool.ScaleManual Property

Definition

Specifications on how to scale the VirtualMachines agent pool to a fixed size.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Specifications on how to scale the VirtualMachines agent pool to a fixed size.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManualScaleProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="manual", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManualScaleProfile> ScaleManual { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Specifications on how to scale the VirtualMachines agent pool to a fixed size.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManualScaleProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="manual", Update=true)>]
member this.ScaleManual : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManualScaleProfile> with get, set
Public Property ScaleManual As List(Of IManualScaleProfile)

Property Value

Attributes

Applies to