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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to