ProductSettings interface
Interface die een ProductSettings vertegenwoordigt.
Methoden
| delete(string, string, string, Product |
De instelling van het product verwijderen. |
| get(string, string, string, Product |
Hiermee haalt u een instelling op. |
| list(string, string, Product |
Lijst met alle instellingen |
| update(string, string, string, Settings |
Updates instelling. |
Methodedetails
delete(string, string, string, ProductSettingsDeleteOptionalParams)
De instelling van het product verwijderen.
function delete(resourceGroupName: string, workspaceName: string, settingsName: string, options?: ProductSettingsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- settingsName
-
string
De naam van de instelling. Ondersteunt - Afwijkingen, EyesOn, EntityAnalytics, Ueba
De optiesparameters.
Retouren
Promise<void>
get(string, string, string, ProductSettingsGetOptionalParams)
Hiermee haalt u een instelling op.
function get(resourceGroupName: string, workspaceName: string, settingsName: string, options?: ProductSettingsGetOptionalParams): Promise<SettingsUnion>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- settingsName
-
string
De naam van de instelling. Ondersteunt - Afwijkingen, EyesOn, EntityAnalytics, Ueba
- options
- ProductSettingsGetOptionalParams
De optiesparameters.
Retouren
Promise<SettingsUnion>
list(string, string, ProductSettingsListOptionalParams)
Lijst met alle instellingen
function list(resourceGroupName: string, workspaceName: string, options?: ProductSettingsListOptionalParams): Promise<SettingList>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
De optiesparameters.
Retouren
Promise<SettingList>
update(string, string, string, SettingsUnion, ProductSettingsUpdateOptionalParams)
Updates instelling.
function update(resourceGroupName: string, workspaceName: string, settingsName: string, settings: SettingsUnion, options?: ProductSettingsUpdateOptionalParams): Promise<SettingsUnion>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is hoofdletterongevoelig.
- workspaceName
-
string
De naam van de werkruimte.
- settingsName
-
string
De naam van de instelling. Ondersteunt - Afwijkingen, EyesOn, EntityAnalytics, Ueba
- settings
- SettingsUnion
De omgeving
De optiesparameters.
Retouren
Promise<SettingsUnion>