KustoDataConnectionCollection Class

Definition

A class representing a collection of KustoDataConnectionResource and their operations. Each KustoDataConnectionResource in the collection will belong to the same instance of KustoDatabaseResource. To get a KustoDataConnectionCollection instance call the GetKustoDataConnections method from an instance of KustoDatabaseResource.

public class KustoDataConnectionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Kusto.KustoDataConnectionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Kusto.KustoDataConnectionResource>
type KustoDataConnectionCollection = class
    inherit ArmCollection
    interface seq<KustoDataConnectionResource>
    interface IEnumerable
    interface IAsyncEnumerable<KustoDataConnectionResource>
Public Class KustoDataConnectionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of KustoDataConnectionResource), IEnumerable(Of KustoDataConnectionResource)
Inheritance
KustoDataConnectionCollection
Implements

Constructors

KustoDataConnectionCollection()

Initializes a new instance of the KustoDataConnectionCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, KustoDataConnectionData, CancellationToken)

Creates or updates a data connection.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}
  • Operation Id: DataConnections_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, KustoDataConnectionData, CancellationToken)

Creates or updates a data connection.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}
  • Operation Id: DataConnections_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}
  • Operation Id: DataConnections_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}
  • Operation Id: DataConnections_Get
Get(String, CancellationToken)

Returns a data connection.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}
  • Operation Id: DataConnections_Get
GetAll(CancellationToken)

Returns the list of data connections of the given Kusto database.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections
  • Operation Id: DataConnections_ListByDatabase
GetAllAsync(CancellationToken)

Returns the list of data connections of the given Kusto database.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections
  • Operation Id: DataConnections_ListByDatabase
GetAsync(String, CancellationToken)

Returns a data connection.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}
  • Operation Id: DataConnections_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}
  • Operation Id: DataConnections_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/dataConnections/{dataConnectionName}
  • Operation Id: DataConnections_Get
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<KustoDataConnectionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<KustoDataConnectionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to