MapsPrivateLinkResourceCollection.GetAllAsync(CancellationToken) Method

Definition

Gets the private link resources that are available to be used for the Maps Account.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to