Uses of Class
com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentProactiveDetectionConfigurationInner
Packages that use ApplicationInsightsComponentProactiveDetectionConfigurationInner
Package
Description
Package containing the service clients for ApplicationInsightsManagementClient.
Package containing the inner data models for ApplicationInsightsManagementClient.
Package containing the data models for ApplicationInsightsManagementClient.
-
Uses of ApplicationInsightsComponentProactiveDetectionConfigurationInner in com.azure.resourcemanager.applicationinsights.fluent
Methods in com.azure.resourcemanager.applicationinsights.fluent that return ApplicationInsightsComponentProactiveDetectionConfigurationInnerModifier and TypeMethodDescriptionProactiveDetectionConfigurationsClient.get(String resourceGroupName, String resourceName, String configurationId) Get the ProactiveDetection configuration for this configuration id.ProactiveDetectionConfigurationsClient.update(String resourceGroupName, String resourceName, String configurationId, ApplicationInsightsComponentProactiveDetectionConfigurationInner proactiveDetectionProperties) Update the ProactiveDetection configuration for this configuration id.Methods in com.azure.resourcemanager.applicationinsights.fluent that return types with arguments of type ApplicationInsightsComponentProactiveDetectionConfigurationInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ApplicationInsightsComponentProactiveDetectionConfigurationInner>ProactiveDetectionConfigurationsClient.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<ApplicationInsightsComponentProactiveDetectionConfigurationInner>>ProactiveDetectionConfigurationsClient.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<ApplicationInsightsComponentProactiveDetectionConfigurationInner>ProactiveDetectionConfigurationsClient.updateWithResponse(String resourceGroupName, String resourceName, String configurationId, ApplicationInsightsComponentProactiveDetectionConfigurationInner proactiveDetectionProperties, com.azure.core.util.Context context) Update the ProactiveDetection configuration for this configuration id.Methods in com.azure.resourcemanager.applicationinsights.fluent with parameters of type ApplicationInsightsComponentProactiveDetectionConfigurationInnerModifier and TypeMethodDescriptionProactiveDetectionConfigurationsClient.update(String resourceGroupName, String resourceName, String configurationId, ApplicationInsightsComponentProactiveDetectionConfigurationInner proactiveDetectionProperties) Update the ProactiveDetection configuration for this configuration id.com.azure.core.http.rest.Response<ApplicationInsightsComponentProactiveDetectionConfigurationInner>ProactiveDetectionConfigurationsClient.updateWithResponse(String resourceGroupName, String resourceName, String configurationId, ApplicationInsightsComponentProactiveDetectionConfigurationInner proactiveDetectionProperties, com.azure.core.util.Context context) Update the ProactiveDetection configuration for this configuration id. -
Uses of ApplicationInsightsComponentProactiveDetectionConfigurationInner in com.azure.resourcemanager.applicationinsights.fluent.models
Methods in com.azure.resourcemanager.applicationinsights.fluent.models that return ApplicationInsightsComponentProactiveDetectionConfigurationInnerModifier and TypeMethodDescriptionApplicationInsightsComponentProactiveDetectionConfigurationInner.withCustomEmails(List<String> customEmails) Set the customEmails property: Custom email addresses for this rule notifications.ApplicationInsightsComponentProactiveDetectionConfigurationInner.withEnabled(Boolean enabled) Set the enabled property: A flag that indicates whether this rule is enabled by the user.ApplicationInsightsComponentProactiveDetectionConfigurationInner.withLastUpdatedTime(String lastUpdatedTime) Set the lastUpdatedTime property: The last time this rule was updated.Set the name property: The rule name.ApplicationInsightsComponentProactiveDetectionConfigurationInner.withRuleDefinitions(ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions ruleDefinitions) Set the ruleDefinitions property: Static definitions of the ProactiveDetection configuration rule (same values for all components).ApplicationInsightsComponentProactiveDetectionConfigurationInner.withSendEmailsToSubscriptionOwners(Boolean sendEmailsToSubscriptionOwners) Set the sendEmailsToSubscriptionOwners property: A flag that indicated whether notifications on this rule should be sent to subscription owners. -
Uses of ApplicationInsightsComponentProactiveDetectionConfigurationInner in com.azure.resourcemanager.applicationinsights.models
Methods in com.azure.resourcemanager.applicationinsights.models that return ApplicationInsightsComponentProactiveDetectionConfigurationInnerModifier and TypeMethodDescriptionApplicationInsightsComponentProactiveDetectionConfiguration.innerModel()Gets the inner com.azure.resourcemanager.applicationinsights.fluent.models.ApplicationInsightsComponentProactiveDetectionConfigurationInner object.Methods in com.azure.resourcemanager.applicationinsights.models with parameters of type ApplicationInsightsComponentProactiveDetectionConfigurationInnerModifier and TypeMethodDescriptionProactiveDetectionConfigurations.update(String resourceGroupName, String resourceName, String configurationId, ApplicationInsightsComponentProactiveDetectionConfigurationInner proactiveDetectionProperties) Update the ProactiveDetection configuration for this configuration id.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.