IAgentPool.ScaleManual 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.
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