| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent |
Package containing the service clients for MonitorClient.
|
| com.azure.resourcemanager.monitor.fluent.models |
Package containing the inner data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
ActivityLogAlertResourceInner |
ActivityLogAlertsClient.createOrUpdate(String resourceGroupName,
String activityLogAlertName,
ActivityLogAlertResourceInner activityLogAlert)
Create a new activity log alert or update an existing one.
|
ActivityLogAlertResourceInner |
ActivityLogAlertsClient.getByResourceGroup(String resourceGroupName,
String activityLogAlertName)
Get an activity log alert.
|
ActivityLogAlertResourceInner |
ActivityLogAlertsClient.update(String resourceGroupName,
String activityLogAlertName,
ActivityLogAlertPatchBody activityLogAlertPatch)
Updates an existing ActivityLogAlertResource's tags.
|
| Modifier and Type | Method and Description |
|---|---|
ActivityLogAlertResourceInner |
ActivityLogAlertsClient.createOrUpdate(String resourceGroupName,
String activityLogAlertName,
ActivityLogAlertResourceInner activityLogAlert)
Create a new activity log alert or update an existing one.
|
Mono<ActivityLogAlertResourceInner> |
ActivityLogAlertsClient.createOrUpdateAsync(String resourceGroupName,
String activityLogAlertName,
ActivityLogAlertResourceInner activityLogAlert)
Create a new activity log alert or update an existing one.
|
com.azure.core.http.rest.Response<ActivityLogAlertResourceInner> |
ActivityLogAlertsClient.createOrUpdateWithResponse(String resourceGroupName,
String activityLogAlertName,
ActivityLogAlertResourceInner activityLogAlert,
com.azure.core.util.Context context)
Create a new activity log alert or update an existing one.
|
Mono<com.azure.core.http.rest.Response<ActivityLogAlertResourceInner>> |
ActivityLogAlertsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String activityLogAlertName,
ActivityLogAlertResourceInner activityLogAlert)
Create a new activity log alert or update an existing one.
|
| Modifier and Type | Method and Description |
|---|---|
ActivityLogAlertResourceInner |
ActivityLogAlertResourceInner.withActions(ActivityLogAlertActionList actions)
Set the actions property: The actions that will activate when the condition is met.
|
ActivityLogAlertResourceInner |
ActivityLogAlertResourceInner.withCondition(ActivityLogAlertAllOfCondition condition)
Set the condition property: The condition that will cause this alert to activate.
|
ActivityLogAlertResourceInner |
ActivityLogAlertResourceInner.withDescription(String description)
Set the description property: A description of this activity log alert.
|
ActivityLogAlertResourceInner |
ActivityLogAlertResourceInner.withEnabled(Boolean enabled)
Set the enabled property: Indicates whether this activity log alert is enabled.
|
ActivityLogAlertResourceInner |
ActivityLogAlertResourceInner.withScopes(List<String> scopes)
Set the scopes property: A list of resourceIds that will be used as prefixes.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.