IntelligencePacks interface
Interface representing a IntelligencePacks.
Methods
disable(string, string, string, Intelligence |
Disables an intelligence pack for a given workspace. |
enable(string, string, string, Intelligence |
Enables an intelligence pack for a given workspace. |
list(string, string, Intelligence |
Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace. |
Method Details
disable(string, string, string, IntelligencePacksDisableOptionalParams)
Disables an intelligence pack for a given workspace.
function disable(resourceGroupName: string, workspaceName: string, intelligencePackName: string, options?: IntelligencePacksDisableOptionalParams): Promise<void>
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.
The options parameters.
Returns
Promise<void>
enable(string, string, string, IntelligencePacksEnableOptionalParams)
Enables an intelligence pack for a given workspace.
function enable(resourceGroupName: string, workspaceName: string, intelligencePackName: string, options?: IntelligencePacksEnableOptionalParams): Promise<void>
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.
The options parameters.
Returns
Promise<void>
list(string, string, IntelligencePacksListOptionalParams)
Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.
function list(resourceGroupName: string, workspaceName: string, options?: IntelligencePacksListOptionalParams): Promise<IntelligencePacksListResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
The options parameters.
Returns
Promise<IntelligencePacksListResponse>