Uses of Class
com.azure.resourcemanager.monitor.models.ActivityLogAlertPatchBody
-
Packages that use ActivityLogAlertPatchBody 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 ActivityLogAlertPatchBody in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent with parameters of type ActivityLogAlertPatchBody Modifier and Type Method Description ActivityLogAlertResourceInnerActivityLogAlertsClient. update(String resourceGroupName, String activityLogAlertName, ActivityLogAlertPatchBody activityLogAlertPatch)Updates an existing ActivityLogAlertResource's tags.Mono<ActivityLogAlertResourceInner>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 ActivityLogAlertPatchBody Modifier and Type Method Description ActivityLogAlertPatchBodyActivityLogAlertPatchBody. withEnabled(Boolean enabled)Set the enabled property: Indicates whether this activity log alert is enabled.ActivityLogAlertPatchBodyActivityLogAlertPatchBody. withTags(Map<String,String> tags)Set the tags property: Resource tags.
-