Freigeben über


PurviewExtensions.GetPurviewAccounts Methode

Definition

Überlädt

GetPurviewAccounts(ResourceGroupResource)

Ruft eine Auflistung von PurviewAccountResources in resourceGroupResource ab.

GetPurviewAccounts(SubscriptionResource, String, CancellationToken)

Auflisten von Konten im Abonnement

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Purview/accounts
  • Vorgang IdAccounts_ListBySubscription

GetPurviewAccounts(ResourceGroupResource)

Ruft eine Auflistung von PurviewAccountResources in resourceGroupResource ab.

public static Azure.ResourceManager.Purview.PurviewAccountCollection GetPurviewAccounts (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetPurviewAccounts : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Purview.PurviewAccountCollection
<Extension()>
Public Function GetPurviewAccounts (resourceGroupResource As ResourceGroupResource) As PurviewAccountCollection

Parameter

resourceGroupResource
ResourceGroupResource

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

Gibt zurück

Ein Objekt, das die Auflistung von PurviewAccountResources und deren Vorgänge über eine PurviewAccountResource darstellt.

Gilt für:

GetPurviewAccounts(SubscriptionResource, String, CancellationToken)

Auflisten von Konten im Abonnement

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.Purview/accounts
  • Vorgang IdAccounts_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.Purview.PurviewAccountResource> GetPurviewAccounts (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetPurviewAccounts : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Purview.PurviewAccountResource>
<Extension()>
Public Function GetPurviewAccounts (subscriptionResource As SubscriptionResource, Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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 Sammlung von, bei der PurviewAccountResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: