Bagikan melalui


AppPlatformAppCollection.GetAll(CancellationToken) Method

Definition

Handles requests to list all resources in a Service.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to