Uses of Class
com.azure.resourcemanager.monitor.models.ActivityLogAlertPatchBody
Packages that use ActivityLogAlertPatchBody
Package
Description
Package containing the service clients for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of ActivityLogAlertPatchBody in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent with parameters of type ActivityLogAlertPatchBodyModifier and TypeMethodDescriptionActivityLogAlertsClient.update(String resourceGroupName, String activityLogAlertName, ActivityLogAlertPatchBody activityLogAlertPatch) Updates an existing ActivityLogAlertResource's tags.ActivityLogAlertsClient.updateAsync(String resourceGroupName, String activityLogAlertName, ActivityLogAlertPatchBody activityLogAlertPatch) Updates an existing ActivityLogAlertResource's tags.com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>ActivityLogAlertsClient.updateWithResponse(String resourceGroupName, String activityLogAlertName, ActivityLogAlertPatchBody activityLogAlertPatch, com.azure.core.util.Context context) Updates an existing ActivityLogAlertResource's tags.Mono<com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>>ActivityLogAlertsClient.updateWithResponseAsync(String resourceGroupName, String activityLogAlertName, ActivityLogAlertPatchBody activityLogAlertPatch) Updates an existing ActivityLogAlertResource's tags. -
Uses of ActivityLogAlertPatchBody in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ActivityLogAlertPatchBodyModifier and TypeMethodDescriptionActivityLogAlertPatchBody.withEnabled(Boolean enabled) Set the enabled property: Indicates whether this activity log alert is enabled.Set the tags property: Resource tags.