Freigeben über


BatchExtensions.GetBatchAccounts Methode

Definition

Überlädt

GetBatchAccounts(ResourceGroupResource)

Ruft eine Auflistung von BatchAccountResources in ResourceGroupResource ab.

GetBatchAccounts(SubscriptionResource, CancellationToken)

Ruft Informationen zu den Batch-Konten ab, die dem Abonnement zugeordnet sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Batch/batchAccounts
  • Vorgangs-IdBatchAccount_List

GetBatchAccounts(ResourceGroupResource)

Ruft eine Auflistung von BatchAccountResources in ResourceGroupResource ab.

public static Azure.ResourceManager.Batch.BatchAccountCollection GetBatchAccounts (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetBatchAccounts : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Batch.BatchAccountCollection
<Extension()>
Public Function GetBatchAccounts (resourceGroupResource As ResourceGroupResource) As BatchAccountCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das die Sammlung von BatchAccountResources und deren Vorgängen über eine BatchAccountResource darstellt.

Gilt für:

GetBatchAccounts(SubscriptionResource, CancellationToken)

Ruft Informationen zu den Batch-Konten ab, die dem Abonnement zugeordnet sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Batch/batchAccounts
  • Vorgangs-IdBatchAccount_List
public static Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountResource> GetBatchAccounts (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetBatchAccounts : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountResource>
<Extension()>
Public Function GetBatchAccounts (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BatchAccountResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von BatchAccountResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: