| Package | Description |
|---|---|
| com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
MetricAlertAction |
MetricAlertAction.withActionGroupId(String actionGroupId)
Set the id of the action group to use.
|
MetricAlertAction |
MetricAlertAction.withWebhookProperties(Map<String,String> webhookProperties)
Set the properties of a webhook object.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricAlertAction> |
MetricAlertResourcePatch.actions()
Get the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.
|
| Modifier and Type | Method and Description |
|---|---|
MetricAlertResourcePatch |
MetricAlertResourcePatch.withActions(List<MetricAlertAction> actions)
Set the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.
|
Copyright © 2019. All rights reserved.