다음을 통해 공유


AppPlatformApiPortalCollection.GetAll(CancellationToken) Method

Definition

Handles requests to list all resources in a Service.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to