ProductSettings interface

Interface representing a ProductSettings.

Methods

delete(string, string, string, ProductSettingsDeleteOptionalParams)

Delete setting of the product.

get(string, string, string, ProductSettingsGetOptionalParams)

Gets a setting.

list(string, string, ProductSettingsListOptionalParams)

List of all the settings

update(string, string, string, SettingsUnion, ProductSettingsUpdateOptionalParams)

Updates setting.

Method Details

delete(string, string, string, ProductSettingsDeleteOptionalParams)

Delete setting of the product.

function delete(resourceGroupName: string, workspaceName: string, settingsName: string, options?: ProductSettingsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

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

workspaceName

string

The name of the workspace.

settingsName

string

The setting name. Supports - Anomalies, EyesOn, EntityAnalytics, Ueba

options
ProductSettingsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, ProductSettingsGetOptionalParams)

Gets a setting.

function get(resourceGroupName: string, workspaceName: string, settingsName: string, options?: ProductSettingsGetOptionalParams): Promise<SettingsUnion>

Parameters

resourceGroupName

string

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

workspaceName

string

The name of the workspace.

settingsName

string

The setting name. Supports - Anomalies, EyesOn, EntityAnalytics, Ueba

options
ProductSettingsGetOptionalParams

The options parameters.

Returns

Promise<SettingsUnion>

list(string, string, ProductSettingsListOptionalParams)

List of all the settings

function list(resourceGroupName: string, workspaceName: string, options?: ProductSettingsListOptionalParams): Promise<SettingList>

Parameters

resourceGroupName

string

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

workspaceName

string

The name of the workspace.

options
ProductSettingsListOptionalParams

The options parameters.

Returns

Promise<SettingList>

update(string, string, string, SettingsUnion, ProductSettingsUpdateOptionalParams)

Updates setting.

function update(resourceGroupName: string, workspaceName: string, settingsName: string, settings: SettingsUnion, options?: ProductSettingsUpdateOptionalParams): Promise<SettingsUnion>

Parameters

resourceGroupName

string

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

workspaceName

string

The name of the workspace.

settingsName

string

The setting name. Supports - Anomalies, EyesOn, EntityAnalytics, Ueba

settings
SettingsUnion

The setting

options
ProductSettingsUpdateOptionalParams

The options parameters.

Returns

Promise<SettingsUnion>