HubResource.GetConnectorResourceFormatAsync(String, CancellationToken) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Connector im Hub ab.
- Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/connectors/{connectorName}
- Vorgang IdConnectors_Get
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))
Parameter
- connectorName
- String
Der Name des Connectors.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
connectorName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
connectorName
ist NULL.