| 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 |
|---|---|
ActivityLogAlertResourceInner |
ActivityLogAlertsClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
ActivityLogAlertPatchBody |
ActivityLogAlertPatchBody.withEnabled(Boolean enabled)
Set the enabled property: Indicates whether this activity log alert is enabled.
|
ActivityLogAlertPatchBody |
ActivityLogAlertPatchBody.withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.