Freigeben über


PurviewExtensions.GetPurviewAccountsAsync Methode

Definition

Auflisten von Konten im Abonnement

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

Parameter

subscriptionResource
SubscriptionResource

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

skipToken
String

Das Überspringentoken.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der PurviewAccountResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: