Uses of Class
com.azure.resourcemanager.monitor.models.AlertRulePatchObject
Packages that use AlertRulePatchObject
Package
Description
Package containing the service clients for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of AlertRulePatchObject in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent with parameters of type AlertRulePatchObjectModifier and TypeMethodDescriptionActivityLogAlertsClient.update(String resourceGroupName, String activityLogAlertName, AlertRulePatchObject activityLogAlertRulePatch) Updates 'tags' and 'enabled' fields in an existing Alert rule.ActivityLogAlertsClient.updateAsync(String resourceGroupName, String activityLogAlertName, AlertRulePatchObject activityLogAlertRulePatch) Updates 'tags' and 'enabled' fields in an existing Alert rule.com.azure.core.http.rest.Response<ActivityLogAlertResourceInner> ActivityLogAlertsClient.updateWithResponse(String resourceGroupName, String activityLogAlertName, AlertRulePatchObject activityLogAlertRulePatch, com.azure.core.util.Context context) Updates 'tags' and 'enabled' fields in an existing Alert rule.Mono<com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>> ActivityLogAlertsClient.updateWithResponseAsync(String resourceGroupName, String activityLogAlertName, AlertRulePatchObject activityLogAlertRulePatch) Updates 'tags' and 'enabled' fields in an existing Alert rule. -
Uses of AlertRulePatchObject in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return AlertRulePatchObjectModifier and TypeMethodDescriptionstatic AlertRulePatchObjectAlertRulePatchObject.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AlertRulePatchObject from the JsonReader.AlertRulePatchObject.withEnabled(Boolean enabled) Set the enabled property: Indicates whether this Activity Log Alert rule is enabled.Set the tags property: The resource tags.