Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KustoPools

Package version

Interface representing a KustoPools.

Hierarchy

  • KustoPools

Implemented by

Index

Methods

beginAddLanguageExtensions

  • Add a list of language extensions that can run within KQL queries.

    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.

    • languageExtensionsToAdd: LanguageExtensionsList

      The language extensions to add.

    • Optional options: KustoPoolsAddLanguageExtensionsOptionalParams

      The options parameters.

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

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>
  • 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<void>

beginDetachFollowerDatabases

  • Detaches all followers of a database owned by this 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.

    • followerDatabaseToRemove: FollowerDatabaseDefinition

      The follower databases properties to remove.

    • Optional options: KustoPoolsDetachFollowerDatabasesOptionalParams

      The options parameters.

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

beginDetachFollowerDatabasesAndWait

beginRemoveLanguageExtensions

  • Remove a list of language extensions that can run within KQL queries.

    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.

    • languageExtensionsToRemove: LanguageExtensionsList

      The language extensions to remove.

    • Optional options: KustoPoolsRemoveLanguageExtensionsOptionalParams

      The options parameters.

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

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>
  • 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<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>
  • 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<void>

beginUpdate

beginUpdateAndWait

checkNameAvailability

get

listByWorkspace

listFollowerDatabases

listLanguageExtensions

listSkus

listSkusByResource

Generated using TypeDoc