Share via


KustoDatabaseResource.GetKustoDataConnection Method

Definition

Returns a data connection.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}
  • Operation Id: DataConnections_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)

Parameters

dataConnectionName
String

The name of the data connection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

dataConnectionName is null.

dataConnectionName is an empty string, and was expected to be non-empty.

Applies to