MockablePurviewSubscriptionResource.GetPurviewAccounts Method

Definition

List accounts in Subscription

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Purview/accounts.
  • Operation Id. : Accounts_ListBySubscription.
  • Default Api Version. : 2024-04-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.Purview.PurviewAccountResource> GetPurviewAccounts(string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPurviewAccounts : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Purview.PurviewAccountResource>
override this.GetPurviewAccounts : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Purview.PurviewAccountResource>
Public Overridable Function GetPurviewAccounts (Optional skipToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PurviewAccountResource)

Parameters

skipToken
String

The skip token.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of PurviewAccountResource that may take multiple service requests to iterate over.

Applies to