Share via


ApiGatewayConfigConnectionCollection.GetAllAsync(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.AsyncPageable<Azure.ResourceManager.ApiManagement.ApiGatewayConfigConnectionResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.ApiGatewayConfigConnectionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.ApiGatewayConfigConnectionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApiGatewayConfigConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to