Dela via


PurviewAccountCollection.GetAll(String, CancellationToken) Method

Definition

List accounts in ResourceGroup

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts
  • Operation Id: Accounts_ListByResourceGroup
  • Default Api Version: 2023-05-01-preview
  • Resource: PurviewAccountResource
public virtual Azure.Pageable<Azure.ResourceManager.Purview.PurviewAccountResource> GetAll (string skipToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Purview.PurviewAccountResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Purview.PurviewAccountResource>
Public Overridable Function GetAll (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