Freigeben über


KustoDatabaseResource.GetKustoDataConnection Methode

Definition

Gibt eine Datenverbindung zurück.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}
  • Vorgangs-IdDataConnections_Get
public virtual Azure.Response<Azure.ResourceManager.Kusto.KustoDataConnectionResource> GetKustoDataConnection (string dataConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetKustoDataConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoDataConnectionResource>
override this.GetKustoDataConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoDataConnectionResource>
Public Overridable Function GetKustoDataConnection (dataConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KustoDataConnectionResource)

Parameter

dataConnectionName
String

Der Name der Datenverbindung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

dataConnectionName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

dataConnectionName ist NULL.

Gilt für: