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