Uses of Class
com.azure.resourcemanager.monitor.models.ActionGroupPatchBody
Packages that use ActionGroupPatchBody
Package
Description
Package containing the service clients for MonitorClient.
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 ActionGroupPatchBodyModifier and TypeMethodDescriptionActionGroupsClient.update
(String resourceGroupName, String actionGroupName, ActionGroupPatchBody actionGroupPatch) Updates an existing action group's tags.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 ActionGroupPatchBodyModifier and TypeMethodDescriptionstatic ActionGroupPatchBody
ActionGroupPatchBody.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ActionGroupPatchBody from the JsonReader.ActionGroupPatchBody.withEnabled
(Boolean enabled) Set the enabled property: Indicates whether this action group is enabled.Set the tags property: Resource tags.