KustoDataConnectionCollection.GetAsync(String, CancellationToken) 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoDataConnectionResource>> GetAsync (string dataConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoDataConnectionResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoDataConnectionResource>>
Public Overridable Function GetAsync (dataConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of KustoDataConnectionResource))

Parameters

dataConnectionName
String

The name of the data connection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

dataConnectionName is null.

Applies to