Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KustoPoolDatabasesImpl

Package version

Class containing KustoPoolDatabases operations.

Hierarchy

  • KustoPoolDatabasesImpl

Implements

Index

Constructors

constructor

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

beginUpdate

beginUpdateAndWait

get

listByKustoPool

Generated using TypeDoc