Uses of Class
com.microsoft.azure.management.monitor.AutoscaleNotification
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of AutoscaleNotification in com.microsoft.azure.management.monitor
Modifier and TypeMethodDescriptionAutoscaleNotification.withEmail
(EmailNotification email) Set the email notification.AutoscaleNotification.withOperation
(String operation) Set the operation associated with the notification and its value must be "scale".AutoscaleNotification.withWebhooks
(List<WebhookNotification> webhooks) Set the collection of webhook notifications.Modifier and TypeMethodDescriptionAutoscaleSettingResourcePatch.notifications()
Get the collection of notifications.Modifier and TypeMethodDescriptionAutoscaleSettingResourcePatch.withNotifications
(List<AutoscaleNotification> notifications) Set the collection of notifications.