Uses of Interface
com.microsoft.azure.management.monitor.AutoscaleSetting.Update
Packages that use AutoscaleSetting.Update
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of AutoscaleSetting.Update in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return AutoscaleSetting.UpdateModifier and TypeMethodDescriptionAutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withAdminEmailNotification()
Specifies that an email should be send to subscription administrator.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withAutoscaleDisabled()
Sets current autoscale setting to the disabled state.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withAutoscaleEnabled()
Sets current autoscale setting to the enabled state.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withCoAdminEmailNotification()
Specifies that an email should be send to subscription co-administrator.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withCustomEmailsNotification
(String... customEmailAddresses) Specifies that an email should be send to custom email addresses.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withoutAdminEmailNotification()
Removes email notification to subscription administrator.AutoscaleSetting.UpdateStages.DefineAutoscaleSettingProfiles.withoutAutoscaleProfile
(String name) Removes the specified profile from the current setting.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withoutCoAdminEmailNotification()
Removes email notification to subscription co-administrator.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withoutCustomEmailsNotification()
Removes email notification to custom email addresses.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withoutWebhookNotification()
Removes service from autoscale notification.AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings.withWebhookNotification
(String serviceUri) Set the service address to receive the notification.