Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KustoPoolsImpl

Package version

Class containing KustoPools operations.

Hierarchy

  • KustoPoolsImpl

Implements

Index

Constructors

constructor

Methods

beginAddLanguageExtensions

beginAddLanguageExtensionsAndWait

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(workspaceName: string, resourceGroupName: string, kustoPoolName: string, options?: KustoPoolsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes a Kusto pool.

    Parameters

    • workspaceName: string

      The name of the workspace.

    • resourceGroupName: string

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

    • kustoPoolName: string

      The name of the Kusto pool.

    • Optional options: KustoPoolsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(workspaceName: string, resourceGroupName: string, kustoPoolName: string, options?: KustoPoolsDeleteOptionalParams): Promise<void>

beginDetachFollowerDatabases

beginDetachFollowerDatabasesAndWait

beginRemoveLanguageExtensions

beginRemoveLanguageExtensionsAndWait

beginStart

  • beginStart(workspaceName: string, kustoPoolName: string, resourceGroupName: string, options?: KustoPoolsStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Starts a Kusto pool.

    Parameters

    • workspaceName: string

      The name of the workspace.

    • kustoPoolName: string

      The name of the Kusto pool.

    • resourceGroupName: string

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

    • Optional options: KustoPoolsStartOptionalParams

      The options parameters.

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

beginStartAndWait

  • beginStartAndWait(workspaceName: string, kustoPoolName: string, resourceGroupName: string, options?: KustoPoolsStartOptionalParams): Promise<void>

beginStop

  • beginStop(workspaceName: string, kustoPoolName: string, resourceGroupName: string, options?: KustoPoolsStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Stops a Kusto pool.

    Parameters

    • workspaceName: string

      The name of the workspace.

    • kustoPoolName: string

      The name of the Kusto pool.

    • resourceGroupName: string

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

    • Optional options: KustoPoolsStopOptionalParams

      The options parameters.

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

beginStopAndWait

  • beginStopAndWait(workspaceName: string, kustoPoolName: string, resourceGroupName: string, options?: KustoPoolsStopOptionalParams): Promise<void>

beginUpdate

beginUpdateAndWait

checkNameAvailability

get

listByWorkspace

listFollowerDatabases

listLanguageExtensions

listSkus

listSkusByResource

Generated using TypeDoc