AppPlatformStorageCollection.GetAllAsync(CancellationToken) Method

Definition

List all the storages of one Azure Spring Apps resource.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/storages
  • Operation Id: Storages_List
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformStorageResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformStorageResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformStorageResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformStorageResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppPlatformStorageResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of AppPlatformStorageResource that may take multiple service requests to iterate over.

Applies to