MapsPrivateLinkResource.GetAsync(CancellationToken) Method

Definition

Gets a private link resource by name which can be used for the Maps Account.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to