HubResource.GetConnectorResourceFormatAsync(String, CancellationToken) 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 un connecteur dans le hub.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}
- IdConnectors_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.ConnectorResourceFormatResource>> GetConnectorResourceFormatAsync (string connectorName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetConnectorResourceFormatAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.ConnectorResourceFormatResource>>
override this.GetConnectorResourceFormatAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.ConnectorResourceFormatResource>>
Public Overridable Function GetConnectorResourceFormatAsync (connectorName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ConnectorResourceFormatResource))
Paramètres
- connectorName
- String
Le nom du connecteur.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
connectorName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
connectorName
a la valeur null.