Share via


NetAppAccountCollection.GetAllAsync(CancellationToken) Method

Definition

List and describe all NetApp accounts in the resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts
  • Operation Id: Accounts_List
  • Default Api Version: 2023-07-01
  • Resource: Azure.ResourceManager.NetApp.NetAppAccountResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppAccountResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppAccountResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NetApp.NetAppAccountResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetAppAccountResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

AsyncPageable<Azure.ResourceManager.NetApp.NetAppAccountResource>

An async collection of Azure.ResourceManager.NetApp.NetAppAccountResource that may take multiple service requests to iterate over.

Applies to