MapsPrivateEndpointConnectionCollection.GetAll(CancellationToken) Method

Definition

Get a private endpoint connections on the Maps Account.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Maps/accounts/{accountName}/privateEndpointConnections.
  • Operation Id. : PrivateEndpointConnections_ListByAccount.
  • Default Api Version. : 2025-10-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.Maps.MapsPrivateEndpointConnectionResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Maps.MapsPrivateEndpointConnectionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Maps.MapsPrivateEndpointConnectionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MapsPrivateEndpointConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to