SynapsePrivateEndpointConnectionForPrivateLinkHubCollection.GetAllAsync Method

Definition

Get all PrivateEndpointConnections in the PrivateLinkHub

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to