PurviewPrivateLinkResourceCollection.GetAllAsync(CancellationToken) Method

Definition

Gets a list of privately linkable resources for an account

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of PurviewPrivateLinkResource that may take multiple service requests to iterate over.

Applies to