Freigeben über


BatchAccountCollection.GetAll(CancellationToken) Methode

Definition

Ruft Informationen zu den Batch-Konten ab, die der angegebenen Ressourcengruppe zugeordnet sind.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts
  • Vorgang IdBatchAccount_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BatchAccountResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der BatchAccountResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: