Uses of Interface
com.azure.resourcemanager.applicationinsights.models.ApplicationInsightsComponentProactiveDetectionConfiguration
Packages that use ApplicationInsightsComponentProactiveDetectionConfiguration
Package
Description
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationInsightsComponentProactiveDetectionConfiguration in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationInsightsComponentProactiveDetectionConfigurationModifier and TypeMethodDescriptionProactiveDetectionConfigurations.get(String resourceGroupName, String resourceName, String configurationId) Get the ProactiveDetection configuration for this configuration id.ProactiveDetectionConfigurations.update(String resourceGroupName, String resourceName, String configurationId, ApplicationInsightsComponentProactiveDetectionConfigurationInner proactiveDetectionProperties) Update the ProactiveDetection configuration for this configuration id.Methods in com.azure.resourcemanager.applicationinsights.models that return types with arguments of type ApplicationInsightsComponentProactiveDetectionConfigurationModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApplicationInsightsComponentProactiveDetectionConfiguration>ProactiveDetectionConfigurations.getWithResponse(String resourceGroupName, String resourceName, String configurationId, com.azure.core.util.Context context) Get the ProactiveDetection configuration for this configuration id.Gets a list of ProactiveDetection configurations of an Application Insights component.com.azure.core.http.rest.Response<List<ApplicationInsightsComponentProactiveDetectionConfiguration>>ProactiveDetectionConfigurations.listWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context) Gets a list of ProactiveDetection configurations of an Application Insights component.com.azure.core.http.rest.Response<ApplicationInsightsComponentProactiveDetectionConfiguration>ProactiveDetectionConfigurations.updateWithResponse(String resourceGroupName, String resourceName, String configurationId, ApplicationInsightsComponentProactiveDetectionConfigurationInner proactiveDetectionProperties, com.azure.core.util.Context context) Update the ProactiveDetection configuration for this configuration id.