Partager via


NodeCountProperties Constructeurs

Définition

Surcharges

NodeCountProperties()

Initialise une nouvelle instance de la classe NodeCountProperties.

NodeCountProperties(Nullable<Int32>)

Initialise une nouvelle instance de la classe NodeCountProperties.

NodeCountProperties()

Initialise une nouvelle instance de la classe NodeCountProperties.

public NodeCountProperties ();
Public Sub New ()

S’applique à

NodeCountProperties(Nullable<Int32>)

Initialise une nouvelle instance de la classe NodeCountProperties.

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)

Paramètres

count
Nullable<Int32>

Obtient le nombre pour le nom

S’applique à