你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IntelligencePacks interface

表示 IntelligencePacks 的接口。

方法

disable(string, string, string, IntelligencePacksDisableOptionalParams)

禁用给定工作区的智能包。

enable(string, string, string, IntelligencePacksEnableOptionalParams)

为给定工作区启用智能包。

list(string, string, IntelligencePacksListOptionalParams)

列出可能的所有智能包,以及是否为给定工作区启用或禁用它们。

方法详细信息

disable(string, string, string, IntelligencePacksDisableOptionalParams)

禁用给定工作区的智能包。

function disable(resourceGroupName: string, workspaceName: string, intelligencePackName: string, options?: IntelligencePacksDisableOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

workspaceName

string

工作区的名称。

intelligencePackName

string

要禁用的智能包的名称。

options
IntelligencePacksDisableOptionalParams

选项参数。

返回

Promise<void>

enable(string, string, string, IntelligencePacksEnableOptionalParams)

为给定工作区启用智能包。

function enable(resourceGroupName: string, workspaceName: string, intelligencePackName: string, options?: IntelligencePacksEnableOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

workspaceName

string

工作区的名称。

intelligencePackName

string

要启用的智能包的名称。

options
IntelligencePacksEnableOptionalParams

选项参数。

返回

Promise<void>

list(string, string, IntelligencePacksListOptionalParams)

列出可能的所有智能包,以及是否为给定工作区启用或禁用它们。

function list(resourceGroupName: string, workspaceName: string, options?: IntelligencePacksListOptionalParams): Promise<IntelligencePacksListResponse>

参数

resourceGroupName

string

资源组的名称。 名称不区分大小写。

workspaceName

string

工作区的名称。

options
IntelligencePacksListOptionalParams

选项参数。

返回