다음을 통해 공유


SynapsePrivateLinkResourceCollection.GetAllAsync(CancellationToken) Method

Definition

Get all private link resources for a private link hub

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/privateLinkHubs/{privateLinkHubName}/privateLinkResources
  • Operation Id: PrivateLinkHubPrivateLinkResources_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Synapse.SynapsePrivateLinkResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Synapse.SynapsePrivateLinkResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Synapse.SynapsePrivateLinkResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SynapsePrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to