Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KustoPoolDataConnections

Package version

Interface representing a KustoPoolDataConnections.

Hierarchy

  • KustoPoolDataConnections

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDataConnectionValidation

beginDataConnectionValidationAndWait

beginDelete

  • beginDelete(resourceGroupName: string, workspaceName: string, kustoPoolName: string, databaseName: string, dataConnectionName: string, options?: KustoPoolDataConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes the data connection with the given name.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • kustoPoolName: string

      The name of the Kusto pool.

    • databaseName: string

      The name of the database in the Kusto pool.

    • dataConnectionName: string

      The name of the data connection.

    • Optional options: KustoPoolDataConnectionsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

  • Deletes the data connection with the given name.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • workspaceName: string

      The name of the workspace.

    • kustoPoolName: string

      The name of the Kusto pool.

    • databaseName: string

      The name of the database in the Kusto pool.

    • dataConnectionName: string

      The name of the data connection.

    • Optional options: KustoPoolDataConnectionsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

checkNameAvailability

get

listByDatabase

Generated using TypeDoc