WebPubSubReplicaSharedPrivateLinkCollection.GetAllAsync Method

Definition

List shared private link resources

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/replicas/{replicaName}/sharedPrivateLinkResources.
  • Operation Id. : SharedPrivateLinkResources_List.
  • Default Api Version. : 2025-08-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.WebPubSub.WebPubSubReplicaSharedPrivateLinkResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.WebPubSub.WebPubSubReplicaSharedPrivateLinkResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.WebPubSub.WebPubSubReplicaSharedPrivateLinkResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebPubSubReplicaSharedPrivateLinkResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to