IntelligencePacksOperations interface
Interface representing a IntelligencePacks operations.
Properties
| disable | Disables an intelligence pack for a given workspace. |
| enable | Enables an intelligence pack for a given workspace. |
| list | Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace. |
Property Details
disable
Disables an intelligence pack for a given workspace.
disable: (resourceGroupName: string, workspaceName: string, intelligencePackName: string, options?: IntelligencePacksDisableOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, workspaceName: string, intelligencePackName: string, options?: IntelligencePacksDisableOptionalParams) => Promise<void>
enable
Enables an intelligence pack for a given workspace.
enable: (resourceGroupName: string, workspaceName: string, intelligencePackName: string, options?: IntelligencePacksEnableOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, workspaceName: string, intelligencePackName: string, options?: IntelligencePacksEnableOptionalParams) => Promise<void>
list
Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.
list: (resourceGroupName: string, workspaceName: string, options?: IntelligencePacksListOptionalParams) => Promise<IntelligencePack[]>
Property Value
(resourceGroupName: string, workspaceName: string, options?: IntelligencePacksListOptionalParams) => Promise<IntelligencePack[]>