WebPubSubReplicaCollection.Get(String, CancellationToken) Method

Definition

Get the replica and its properties.

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

Parameters

replicaName
String

The name of the replica.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

replicaName is null.

replicaName is an empty string, and was expected to be non-empty.

Applies to