Share via


ApiGatewayConfigConnectionCollection.GetAll(CancellationToken) Method

Definition

List all API Management gateway config connections within a gateway.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to