Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntelligencePacks

Package version

Interface representing a IntelligencePacks.

Hierarchy

  • IntelligencePacks

Implemented by

Index

Methods

Methods

disable

  • Disables an intelligence pack for a given workspace.

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      The name of the workspace.

    • intelligencePackName: string

      The name of the intelligence pack to be disabled.

    • Optional options: IntelligencePacksDisableOptionalParams

      The options parameters.

    Returns Promise<void>

enable

  • Enables an intelligence pack for a given workspace.

    Parameters

    • resourceGroupName: string

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

    • workspaceName: string

      The name of the workspace.

    • intelligencePackName: string

      The name of the intelligence pack to be enabled.

    • Optional options: IntelligencePacksEnableOptionalParams

      The options parameters.

    Returns Promise<void>

list

Generated using TypeDoc