Partager via


HubCollection.Get(String, CancellationToken) Méthode

Définition

Obtient des informations sur le hub spécifié.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}
  • Opération IdHubs_Get
public virtual Azure.Response<Azure.ResourceManager.CustomerInsights.HubResource> Get (string hubName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.HubResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.HubResource>
Public Overridable Function Get (hubName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of HubResource)

Paramètres

hubName
String

Nom du hub.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

hubName est une chaîne vide et devait être non vide.

hubName a la valeur null.

S’applique à