PurviewPrivateLinkResourceCollection.GetAll(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. : 2024-04-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.Purview.PurviewPrivateLinkResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Purview.PurviewPrivateLinkResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PurviewPrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to