Freigeben über


NetAppExtensions.GetNetAppAccountsAsync Methode

Definition

Auflisten und Beschreiben aller NetApp-Konten im Abonnement.

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts
  • Vorgang IdAccounts_ListBySubscription
public static Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppAccountResource> GetNetAppAccountsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNetAppAccountsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppAccountResource>
<Extension()>
Public Function GetNetAppAccountsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetAppAccountResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance, für den die Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

AsyncPageable<Azure.ResourceManager.NetApp.NetAppAccountResource>

Eine asynchrone Sammlung von, bei der Azure.ResourceManager.NetApp.NetAppAccountResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: