ProductSettings interface
Interface representing a ProductSettings.
Methods
delete(string, string, string, Product |
Delete setting of the product. |
get(string, string, string, Product |
Gets a setting. |
list(string, string, Product |
List of all the settings |
update(string, string, string, Settings |
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
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.
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
The options parameters.
Returns
Promise<SettingsUnion>
Azure SDK for JavaScript