AppPlatformGatewayCollection.GetAll(CancellationToken) Method

Definition

Handles requests to list all resources in a Service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways
  • Operation Id: Gateways_List
public virtual Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppPlatformGatewayResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to