PureStoragePoolCollection.GetAllAsync(CancellationToken) Method

Definition

List storage pools by resource group

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PureStorage.Block/storagePools.
  • Operation Id. : StoragePools_ListByResourceGroup.
  • Default Api Version. : 2024-11-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.PureStorageBlock.PureStoragePoolResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PureStorageBlock.PureStoragePoolResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PureStorageBlock.PureStoragePoolResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PureStoragePoolResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to