Uses of Class
com.microsoft.azure.management.monitor.AutoscaleNotification
-
-
Uses of AutoscaleNotification in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return AutoscaleNotification Modifier and Type Method Description AutoscaleNotificationAutoscaleNotification. withEmail(EmailNotification email)Set the email notification.AutoscaleNotificationAutoscaleNotification. withOperation(String operation)Set the operation associated with the notification and its value must be "scale".AutoscaleNotificationAutoscaleNotification. withWebhooks(List<WebhookNotification> webhooks)Set the collection of webhook notifications.Methods in com.microsoft.azure.management.monitor that return types with arguments of type AutoscaleNotification Modifier and Type Method Description List<AutoscaleNotification>AutoscaleSettingResourcePatch. notifications()Get the collection of notifications.Method parameters in com.microsoft.azure.management.monitor with type arguments of type AutoscaleNotification Modifier and Type Method Description AutoscaleSettingResourcePatchAutoscaleSettingResourcePatch. withNotifications(List<AutoscaleNotification> notifications)Set the collection of notifications.
-