WebPubSubReplicaCollection.GetAll(CancellationToken) Method

Definition

List all replicas belong to this resource

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to