Interface ProductSettingsClient


  • public interface ProductSettingsClient
    An instance of this class provides access to all the operations defined in ProductSettingsClient.
    • Method Detail

      • list

        SettingListInner list​(String resourceGroupName,
                              String workspaceName)
        List of all the settings.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        Returns:
        list of all the settings.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • listWithResponse

        com.azure.core.http.rest.Response<SettingListInner> listWithResponse​(String resourceGroupName,
                                                                             String workspaceName,
                                                                             com.azure.core.util.Context context)
        List of all the settings.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        context - The context to associate with this operation.
        Returns:
        list of all the settings along with Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • get

        SettingsInner get​(String resourceGroupName,
                          String workspaceName,
                          String settingsName)
        Gets a setting.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        settingsName - The setting name. Supports - Anomalies, EyesOn, EntityAnalytics, Ueba.
        Returns:
        a setting.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getWithResponse

        com.azure.core.http.rest.Response<SettingsInner> getWithResponse​(String resourceGroupName,
                                                                         String workspaceName,
                                                                         String settingsName,
                                                                         com.azure.core.util.Context context)
        Gets a setting.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        settingsName - The setting name. Supports - Anomalies, EyesOn, EntityAnalytics, Ueba.
        context - The context to associate with this operation.
        Returns:
        a setting along with Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • delete

        void delete​(String resourceGroupName,
                    String workspaceName,
                    String settingsName)
        Delete setting of the product.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        settingsName - The setting name. Supports - Anomalies, EyesOn, EntityAnalytics, Ueba.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • deleteWithResponse

        com.azure.core.http.rest.Response<Void> deleteWithResponse​(String resourceGroupName,
                                                                   String workspaceName,
                                                                   String settingsName,
                                                                   com.azure.core.util.Context context)
        Delete setting of the product.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        settingsName - The setting name. Supports - Anomalies, EyesOn, EntityAnalytics, Ueba.
        context - The context to associate with this operation.
        Returns:
        the Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • update

        SettingsInner update​(String resourceGroupName,
                             String workspaceName,
                             String settingsName,
                             SettingsInner settings)
        Updates setting.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        settingsName - The setting name. Supports - Anomalies, EyesOn, EntityAnalytics, Ueba.
        settings - The setting.
        Returns:
        the Setting.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • updateWithResponse

        com.azure.core.http.rest.Response<SettingsInner> updateWithResponse​(String resourceGroupName,
                                                                            String workspaceName,
                                                                            String settingsName,
                                                                            SettingsInner settings,
                                                                            com.azure.core.util.Context context)
        Updates setting.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        settingsName - The setting name. Supports - Anomalies, EyesOn, EntityAnalytics, Ueba.
        settings - The setting.
        context - The context to associate with this operation.
        Returns:
        the Setting along with Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.