VirtualMachineNodes Constructors

Definition

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.

count
Nullable<Int32>

Number of nodes.

Applies to