HubResource.Get(CancellationToken) Method

Definition

Gets information about the specified hub.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}
  • Operation Id: Hubs_Get
public virtual Azure.Response<Azure.ResourceManager.CustomerInsights.HubResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.HubResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.HubResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of HubResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to