Package | Description |
---|---|
com.microsoft.azure.management.monitor |
This package contains the classes for MonitorManagementClient.
|
Modifier and Type | Method and Description |
---|---|
AutoscaleNotification |
AutoscaleNotification.withEmail(EmailNotification email)
Set the email notification.
|
AutoscaleNotification |
AutoscaleNotification.withOperation(String operation)
Set the operation associated with the notification and its value must be "scale".
|
AutoscaleNotification |
AutoscaleNotification.withWebhooks(List<WebhookNotification> webhooks)
Set the collection of webhook notifications.
|
Modifier and Type | Method and Description |
---|---|
List<AutoscaleNotification> |
AutoscaleSettingResourcePatch.notifications()
Get the collection of notifications.
|
Modifier and Type | Method and Description |
---|---|
AutoscaleSettingResourcePatch |
AutoscaleSettingResourcePatch.withNotifications(List<AutoscaleNotification> notifications)
Set the collection of notifications.
|
Copyright © 2019. All rights reserved.