WebPubSubHubCollection.GetAsync(String, CancellationToken) Method

Definition

Get a hub setting.

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

Parameters

hubName
String

The hub name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

hubName is null.

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

Applies to