VirtualMachineNodes 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 |
|---|---|
| VirtualMachineNodes() |
Initializes a new instance of the VirtualMachineNodes class. |
| VirtualMachineNodes(String, Nullable<Int32>) |
Initializes a new instance of the VirtualMachineNodes class. |
VirtualMachineNodes()
Initializes a new instance of the VirtualMachineNodes class.
public VirtualMachineNodes();
Public Sub New ()
Applies to
VirtualMachineNodes(String, Nullable<Int32>)
Initializes a new instance of the VirtualMachineNodes class.
public VirtualMachineNodes(string size = default, int? count = default);
new Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes : string * Nullable<int> -> Microsoft.Azure.Management.ContainerService.Models.VirtualMachineNodes
Public Sub New (Optional size As String = Nothing, Optional count As Nullable(Of Integer) = Nothing)
Parameters
- size
- String
The VM size of the agents used to host this group of nodes.