PurviewPrivateLinkResource.Get(CancellationToken) Method

Definition

Gets a privately linkable resources for an account with given group identifier

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateLinkResources/{groupId}.
  • Operation Id. : PrivateLinkResources_GetByGroupId.
  • Default Api Version. : 2024-04-01-preview.
  • Resource. : PurviewPrivateLinkResource.
public virtual Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of PurviewPrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to