次の方法で共有


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

options パラメーター。

戻り値

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

options パラメーター。

戻り値

Promise<void>

list(string, string, IntelligencePacksListOptionalParams)

使用可能なすべてのインテリジェンス パックと、特定のワークスペースに対して有効または無効になっているかどうかを一覧表示します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

workspaceName

string

ワークスペースの名前。

options
IntelligencePacksListOptionalParams

options パラメーター。

戻り値