CustomerInsightsExtensions.GetHubAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.HubResource>> GetHubAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string hubName, System.Threading.CancellationToken cancellationToken = default);
static member GetHubAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.HubResource>>
<Extension()>
Public Function GetHubAsync (resourceGroupResource As ResourceGroupResource, hubName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HubResource))
Paramètres
- resourceGroupResource
- ResourceGroupResource
Instance ResourceGroupResource sur laquelle la méthode s’exécute.
- 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.