Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KustoPoolDatabases

Package version

Interface representing a KustoPoolDatabases.

Hierarchy

  • KustoPoolDatabases

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, workspaceName: string, kustoPoolName: string, databaseName: string, options?: KustoPoolDatabasesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes the database 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.

    • Optional options: KustoPoolDatabasesDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Deletes the database 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.

    • Optional options: KustoPoolDatabasesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

listByKustoPool

Generated using TypeDoc