Uses of Class
com.azure.resourcemanager.monitor.models.ScheduledQueryRuleResourcePatch
Packages that use ScheduledQueryRuleResourcePatch
Package
Description
Package containing the service clients for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of ScheduledQueryRuleResourcePatch in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent with parameters of type ScheduledQueryRuleResourcePatchModifier and TypeMethodDescriptionScheduledQueryRulesClient.update(String resourceGroupName, String ruleName, ScheduledQueryRuleResourcePatch parameters) Update a scheduled query rule.ScheduledQueryRulesClient.updateAsync(String resourceGroupName, String ruleName, ScheduledQueryRuleResourcePatch parameters) Update a scheduled query rule.com.azure.core.http.rest.Response<ScheduledQueryRuleResourceInner> ScheduledQueryRulesClient.updateWithResponse(String resourceGroupName, String ruleName, ScheduledQueryRuleResourcePatch parameters, com.azure.core.util.Context context) Update a scheduled query rule.Mono<com.azure.core.http.rest.Response<ScheduledQueryRuleResourceInner>> ScheduledQueryRulesClient.updateWithResponseAsync(String resourceGroupName, String ruleName, ScheduledQueryRuleResourcePatch parameters) Update a scheduled query rule. -
Uses of ScheduledQueryRuleResourcePatch in com.azure.resourcemanager.monitor.models
Classes in com.azure.resourcemanager.monitor.models that implement interfaces with type arguments of type ScheduledQueryRuleResourcePatchModifier and TypeClassDescriptionfinal classThe scheduled query rule resource for patch operations.Methods in com.azure.resourcemanager.monitor.models that return ScheduledQueryRuleResourcePatchModifier and TypeMethodDescriptionScheduledQueryRuleResourcePatch.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScheduledQueryRuleResourcePatch from the JsonReader.ScheduledQueryRuleResourcePatch.withActions(Actions actions) Set the actions property: Actions to invoke when the alert fires.ScheduledQueryRuleResourcePatch.withAutoMitigate(Boolean autoMitigate) Set the autoMitigate property: The flag that indicates whether the alert should be automatically resolved or not.ScheduledQueryRuleResourcePatch.withCheckWorkspaceAlertsStorageConfigured(Boolean checkWorkspaceAlertsStorageConfigured) Set the checkWorkspaceAlertsStorageConfigured property: The flag which indicates whether this scheduled query rule should be stored in the customer's storage.ScheduledQueryRuleResourcePatch.withCriteria(ScheduledQueryRuleCriteria criteria) Set the criteria property: The rule criteria that defines the conditions of the scheduled query rule.ScheduledQueryRuleResourcePatch.withDescription(String description) Set the description property: The description of the scheduled query rule.ScheduledQueryRuleResourcePatch.withDisplayName(String displayName) Set the displayName property: The display name of the alert rule.ScheduledQueryRuleResourcePatch.withEnabled(Boolean enabled) Set the enabled property: The flag which indicates whether this scheduled query rule is enabled.ScheduledQueryRuleResourcePatch.withEvaluationFrequency(Duration evaluationFrequency) Set the evaluationFrequency property: How often the scheduled query rule is evaluated represented in ISO 8601 duration format.ScheduledQueryRuleResourcePatch.withMuteActionsDuration(Duration muteActionsDuration) Set the muteActionsDuration property: Mute actions for the chosen period of time (in ISO 8601 duration format) after the alert is fired.ScheduledQueryRuleResourcePatch.withOverrideQueryTimeRange(Duration overrideQueryTimeRange) Set the overrideQueryTimeRange property: If specified then overrides the query time range (default is WindowSize*NumberOfEvaluationPeriods).ScheduledQueryRuleResourcePatch.withScopes(List<String> scopes) Set the scopes property: The list of resource id's that this scheduled query rule is scoped to.ScheduledQueryRuleResourcePatch.withSeverity(AlertSeverity severity) Set the severity property: Severity of the alert.ScheduledQueryRuleResourcePatch.withSkipQueryValidation(Boolean skipQueryValidation) Set the skipQueryValidation property: The flag which indicates whether the provided query should be validated or not.Set the tags property: Resource tags.ScheduledQueryRuleResourcePatch.withTargetResourceTypes(List<String> targetResourceTypes) Set the targetResourceTypes property: List of resource type of the target resource(s) on which the alert is created/updated.ScheduledQueryRuleResourcePatch.withWindowSize(Duration windowSize) Set the windowSize property: The period of time (in ISO 8601 duration format) on which the Alert query will be executed (bin size).