Sdílet prostřednictvím


NodeCountProperties Konstruktory

Definice

Přetížení

NodeCountProperties()

Inicializuje novou instanci NodeCountProperties třídy.

NodeCountProperties(Nullable<Int32>)

Inicializuje novou instanci NodeCountProperties třídy.

NodeCountProperties()

Inicializuje novou instanci NodeCountProperties třídy.

public NodeCountProperties ();
Public Sub New ()

Platí pro

NodeCountProperties(Nullable<Int32>)

Inicializuje novou instanci NodeCountProperties třídy.

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)

Parametry

count
Nullable<Int32>

Získá počet pro název.

Platí pro