WebPubSubReplicaCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • 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 System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.WebPubSub.WebPubSubReplicaResource>> GetIfExistsAsync(string replicaName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.WebPubSub.WebPubSubReplicaResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.WebPubSub.WebPubSubReplicaResource>>
Public Overridable Function GetIfExistsAsync (replicaName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(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