Share via


ApiGatewayCollection.GetAll(CancellationToken) Method

Definition

List all API Management gateways within a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/gateways
  • Operation Id: ApiGateway_ListByResourceGroup
  • Default Api Version: 2024-05-01
  • Resource: ApiGatewayResource
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiGatewayResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiGatewayResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiGatewayResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApiGatewayResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to