Language

ConfluentAccessPointCollection.GetAll(CancellationToken) Method

Definition

Lists all access points in a network gateway

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/networkGateways/{networkGatewayId}/accessPoints.
  • Operation Id. : AccessPointResources_List.
  • Default Api Version. : 2026-06-02-preview.
public virtual Azure.Pageable<Azure.ResourceManager.Confluent.ConfluentAccessPointResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Confluent.ConfluentAccessPointResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Confluent.ConfluentAccessPointResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ConfluentAccessPointResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to