Partilhar via


NodeCounts Construtores

Definição

Sobrecargas

NodeCounts()

Inicializa uma nova instância da classe NodeCounts.

NodeCounts(IList<NodeCount>, Nullable<Int32>)

Inicializa uma nova instância da classe NodeCounts.

NodeCounts()

Inicializa uma nova instância da classe NodeCounts.

public NodeCounts ();
Public Sub New ()

Aplica-se a

NodeCounts(IList<NodeCount>, Nullable<Int32>)

Inicializa uma nova instância da classe NodeCounts.

public NodeCounts (System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.NodeCount> value = default, int? totalCount = default);
new Microsoft.Azure.Management.Automation.Models.NodeCounts : System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.NodeCount> * Nullable<int> -> Microsoft.Azure.Management.Automation.Models.NodeCounts
Public Sub New (Optional value As IList(Of NodeCount) = Nothing, Optional totalCount As Nullable(Of Integer) = Nothing)

Parâmetros

value
IList<NodeCount>

Obtém uma matriz de contagens

totalCount
Nullable<Int32>

Obtém o número total de registos correspondentes a critérios countType.

Aplica-se a