| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ActionGroupResourceInner |
ActionGroupsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
ActionGroupPatchBody |
ActionGroupPatchBody.withEnabled(Boolean enabled)
Set the enabled property: Indicates whether this action group is enabled.
|
ActionGroupPatchBody |
ActionGroupPatchBody.withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.