Share via


NodeCountProperties Constructors

Definition

Overloads

NodeCountProperties()

Initializes a new instance of the NodeCountProperties class.

NodeCountProperties(Nullable<Int32>)

Initializes a new instance of the NodeCountProperties class.

NodeCountProperties()

Initializes a new instance of the NodeCountProperties class.

public NodeCountProperties ();
Public Sub New ()

Applies to

NodeCountProperties(Nullable<Int32>)

Initializes a new instance of the NodeCountProperties class.

public NodeCountProperties (int? count = default);
new Microsoft.Azure.Management.Automation.Models.NodeCountProperties : Nullable<int> -> Microsoft.Azure.Management.Automation.Models.NodeCountProperties
Public Sub New (Optional count As Nullable(Of Integer) = Nothing)

Parameters

count
Nullable<Int32>

Gets the count for the name

Applies to