Interface ProactiveDetectionConfigurationsClient


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

      • list

        List<ApplicationInsightsComponentProactiveDetectionConfigurationInner> list​(String resourceGroupName,
                                                                                    String resourceName)
        Gets a list of ProactiveDetection configurations of an Application Insights component.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        resourceName - The name of the Application Insights component resource.
        Returns:
        a list of ProactiveDetection configurations of an Application Insights component.
        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<List<ApplicationInsightsComponentProactiveDetectionConfigurationInner>> listWithResponse​(String resourceGroupName,
                                                                                                                                   String resourceName,
                                                                                                                                   com.azure.core.util.Context context)
        Gets a list of ProactiveDetection configurations of an Application Insights component.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        resourceName - The name of the Application Insights component resource.
        context - The context to associate with this operation.
        Returns:
        a list of ProactiveDetection configurations of an Application Insights component 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

        ApplicationInsightsComponentProactiveDetectionConfigurationInner get​(String resourceGroupName,
                                                                             String resourceName,
                                                                             String configurationId)
        Get the ProactiveDetection configuration for this configuration id.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        resourceName - The name of the Application Insights component resource.
        configurationId - The ProactiveDetection configuration ID. This is unique within a Application Insights component.
        Returns:
        the ProactiveDetection configuration for this configuration id.
        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<ApplicationInsightsComponentProactiveDetectionConfigurationInner> getWithResponse​(String resourceGroupName,
                                                                                                                            String resourceName,
                                                                                                                            String configurationId,
                                                                                                                            com.azure.core.util.Context context)
        Get the ProactiveDetection configuration for this configuration id.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        resourceName - The name of the Application Insights component resource.
        configurationId - The ProactiveDetection configuration ID. This is unique within a Application Insights component.
        context - The context to associate with this operation.
        Returns:
        the ProactiveDetection configuration for this configuration id 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.
      • update

        ApplicationInsightsComponentProactiveDetectionConfigurationInner update​(String resourceGroupName,
                                                                                String resourceName,
                                                                                String configurationId,
                                                                                ApplicationInsightsComponentProactiveDetectionConfigurationInner proactiveDetectionProperties)
        Update the ProactiveDetection configuration for this configuration id.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        resourceName - The name of the Application Insights component resource.
        configurationId - The ProactiveDetection configuration ID. This is unique within a Application Insights component.
        proactiveDetectionProperties - Properties that need to be specified to update the ProactiveDetection configuration.
        Returns:
        properties that define a ProactiveDetection configuration.
        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<ApplicationInsightsComponentProactiveDetectionConfigurationInner> updateWithResponse​(String resourceGroupName,
                                                                                                                               String resourceName,
                                                                                                                               String configurationId,
                                                                                                                               ApplicationInsightsComponentProactiveDetectionConfigurationInner proactiveDetectionProperties,
                                                                                                                               com.azure.core.util.Context context)
        Update the ProactiveDetection configuration for this configuration id.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        resourceName - The name of the Application Insights component resource.
        configurationId - The ProactiveDetection configuration ID. This is unique within a Application Insights component.
        proactiveDetectionProperties - Properties that need to be specified to update the ProactiveDetection configuration.
        context - The context to associate with this operation.
        Returns:
        properties that define a ProactiveDetection configuration 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.