ScaleProfile Constructors
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.
Overloads
| Name | Description |
|---|---|
| ScaleProfile() |
Initializes a new instance of the ScaleProfile class. |
| ScaleProfile(IList<ManualScaleProfile>) |
Initializes a new instance of the ScaleProfile class. |
ScaleProfile()
Initializes a new instance of the ScaleProfile class.
public ScaleProfile();
Public Sub New ()
Applies to
ScaleProfile(IList<ManualScaleProfile>)
Initializes a new instance of the ScaleProfile class.
public ScaleProfile(System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.ManualScaleProfile> manual = default);
new Microsoft.Azure.Management.ContainerService.Models.ScaleProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Models.ManualScaleProfile> -> Microsoft.Azure.Management.ContainerService.Models.ScaleProfile
Public Sub New (Optional manual As IList(Of ManualScaleProfile) = Nothing)
Parameters
- manual
- IList<ManualScaleProfile>
Specifications on how to scale the VirtualMachines agent pool to a fixed size.