AppPlatformStorageCollection.GetAll(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.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformStorageResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformStorageResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformStorageResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppPlatformStorageResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to