BatchExtensions.GetBatchAccounts Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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.
|
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.