Share via


WebPubSubPrivateEndpointConnectionCollection.GetAll(CancellationToken) Method

Definition

List private endpoint connections

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/privateEndpointConnections
  • Operation Id: WebPubSubPrivateEndpointConnections_List
  • Default Api Version: 2021-10-01
  • Resource: WebPubSubPrivateEndpointConnectionResource
public virtual Azure.Pageable<Azure.ResourceManager.WebPubSub.WebPubSubPrivateEndpointConnectionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.WebPubSub.WebPubSubPrivateEndpointConnectionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.WebPubSub.WebPubSubPrivateEndpointConnectionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebPubSubPrivateEndpointConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to