VirtualMachinesProfile 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 |
|---|---|
| VirtualMachinesProfile() |
Initializes a new instance of the VirtualMachinesProfile class. |
| VirtualMachinesProfile(ScaleProfile) |
Initializes a new instance of the VirtualMachinesProfile class. |
VirtualMachinesProfile()
Initializes a new instance of the VirtualMachinesProfile class.
public VirtualMachinesProfile();
Public Sub New ()
Applies to
VirtualMachinesProfile(ScaleProfile)
Initializes a new instance of the VirtualMachinesProfile class.
public VirtualMachinesProfile(Microsoft.Azure.Management.ContainerService.Models.ScaleProfile scale = default);
new Microsoft.Azure.Management.ContainerService.Models.VirtualMachinesProfile : Microsoft.Azure.Management.ContainerService.Models.ScaleProfile -> Microsoft.Azure.Management.ContainerService.Models.VirtualMachinesProfile
Public Sub New (Optional scale As ScaleProfile = Nothing)
Parameters
- scale
- ScaleProfile
Specifications on how to scale a VirtualMachines agent pool.