Freigeben über


AccountOperationsExtensions.ListPoolNodeCounts Methode

Definition

Ruft die Anzahl der Computeknoten in jedem Zustand ab, gruppiert nach Pool. Beachten Sie, dass die zurückgegebenen Zahlen möglicherweise nicht immer auf dem neuesten Stand sind. Wenn Sie genaue Knotenanzahlen benötigen, verwenden Sie eine Listenabfrage.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.PoolNodeCounts> ListPoolNodeCounts (this Microsoft.Azure.Batch.Protocol.IAccountOperations operations, Microsoft.Azure.Batch.Protocol.Models.AccountListPoolNodeCountsOptions accountListPoolNodeCountsOptions = default);
static member ListPoolNodeCounts : Microsoft.Azure.Batch.Protocol.IAccountOperations * Microsoft.Azure.Batch.Protocol.Models.AccountListPoolNodeCountsOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.PoolNodeCounts>
<Extension()>
Public Function ListPoolNodeCounts (operations As IAccountOperations, Optional accountListPoolNodeCountsOptions As AccountListPoolNodeCountsOptions = Nothing) As IPage(Of PoolNodeCounts)

Parameter

operations
IAccountOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

accountListPoolNodeCountsOptions
AccountListPoolNodeCountsOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Gilt für: