Uses of Class
com.azure.resourcemanager.monitor.models.AlertRuleResourcePatch
-
Packages that use AlertRuleResourcePatch Package Description com.azure.resourcemanager.monitor.fluent Package containing the service clients for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of AlertRuleResourcePatch in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent with parameters of type AlertRuleResourcePatch Modifier and Type Method Description AlertRuleResourceInnerAlertRulesClient. update(String resourceGroupName, String ruleName, AlertRuleResourcePatch alertRulesResource)Updates an existing classic metric AlertRuleResource.Mono<AlertRuleResourceInner>AlertRulesClient. updateAsync(String resourceGroupName, String ruleName, AlertRuleResourcePatch alertRulesResource)Updates an existing classic metric AlertRuleResource.com.azure.core.http.rest.Response<AlertRuleResourceInner>AlertRulesClient. updateWithResponse(String resourceGroupName, String ruleName, AlertRuleResourcePatch alertRulesResource, com.azure.core.util.Context context)Updates an existing classic metric AlertRuleResource.Mono<com.azure.core.http.rest.Response<AlertRuleResourceInner>>AlertRulesClient. updateWithResponseAsync(String resourceGroupName, String ruleName, AlertRuleResourcePatch alertRulesResource)Updates an existing classic metric AlertRuleResource. -
Uses of AlertRuleResourcePatch in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return AlertRuleResourcePatch Modifier and Type Method Description AlertRuleResourcePatchAlertRuleResourcePatch. withAction(RuleAction action)Set the action property: action that is performed when the alert rule becomes active, and when an alert condition is resolved.AlertRuleResourcePatchAlertRuleResourcePatch. withActions(List<RuleAction> actions)Set the actions property: the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.AlertRuleResourcePatchAlertRuleResourcePatch. withCondition(RuleCondition condition)Set the condition property: the condition that results in the alert rule being activated.AlertRuleResourcePatchAlertRuleResourcePatch. withDescription(String description)Set the description property: the description of the alert rule that will be included in the alert email.AlertRuleResourcePatchAlertRuleResourcePatch. withIsEnabled(Boolean isEnabled)Set the isEnabled property: the flag that indicates whether the alert rule is enabled.AlertRuleResourcePatchAlertRuleResourcePatch. withName(String name)Set the name property: the name of the alert rule.AlertRuleResourcePatchAlertRuleResourcePatch. withProvisioningState(String provisioningState)Set the provisioningState property: the provisioning state.AlertRuleResourcePatchAlertRuleResourcePatch. withTags(Map<String,String> tags)Set the tags property: Resource tags.
-