Uses of Class
com.azure.resourcemanager.monitor.models.ActionGroupPatchBody
-
Packages that use ActionGroupPatchBody 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 ActionGroupPatchBody in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent with parameters of type ActionGroupPatchBody Modifier and Type Method Description ActionGroupResourceInnerActionGroupsClient. update(String resourceGroupName, String actionGroupName, ActionGroupPatchBody actionGroupPatch)Updates an existing action group's tags.Mono<ActionGroupResourceInner>ActionGroupsClient. updateAsync(String resourceGroupName, String actionGroupName, ActionGroupPatchBody actionGroupPatch)Updates an existing action group's tags.com.azure.core.http.rest.Response<ActionGroupResourceInner>ActionGroupsClient. updateWithResponse(String resourceGroupName, String actionGroupName, ActionGroupPatchBody actionGroupPatch, com.azure.core.util.Context context)Updates an existing action group's tags.Mono<com.azure.core.http.rest.Response<ActionGroupResourceInner>>ActionGroupsClient. updateWithResponseAsync(String resourceGroupName, String actionGroupName, ActionGroupPatchBody actionGroupPatch)Updates an existing action group's tags. -
Uses of ActionGroupPatchBody in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ActionGroupPatchBody Modifier and Type Method Description ActionGroupPatchBodyActionGroupPatchBody. withEnabled(Boolean enabled)Set the enabled property: Indicates whether this action group is enabled.ActionGroupPatchBodyActionGroupPatchBody. withTags(Map<String,String> tags)Set the tags property: Resource tags.
-