public static interface AutoscaleSetting.UpdateStages.UpdateAutoscaleSettings
| Modifier and Type | Method and Description |
|---|---|
AutoscaleSetting.Update |
withAdminEmailNotification()
Specifies that an email should be send to subscription administrator.
|
AutoscaleSetting.Update |
withAutoscaleDisabled()
Sets current autoscale setting to the disabled state.
|
AutoscaleSetting.Update |
withAutoscaleEnabled()
Sets current autoscale setting to the enabled state.
|
AutoscaleSetting.Update |
withCoAdminEmailNotification()
Specifies that an email should be send to subscription co-administrator.
|
AutoscaleSetting.Update |
withCustomEmailsNotification(String... customEmailAddresses)
Specifies that an email should be send to custom email addresses.
|
AutoscaleSetting.Update |
withoutAdminEmailNotification()
Removes email notification to subscription administrator.
|
AutoscaleSetting.Update |
withoutCoAdminEmailNotification()
Removes email notification to subscription co-administrator.
|
AutoscaleSetting.Update |
withoutCustomEmailsNotification()
Removes email notification to custom email addresses.
|
AutoscaleSetting.Update |
withoutWebhookNotification()
Removes service from autoscale notification.
|
AutoscaleSetting.Update |
withWebhookNotification(String serviceUri)
Set the service address to receive the notification.
|
AutoscaleSetting.Update withAutoscaleEnabled()
AutoscaleSetting.Update withAutoscaleDisabled()
AutoscaleSetting.Update withAdminEmailNotification()
AutoscaleSetting.Update withCoAdminEmailNotification()
AutoscaleSetting.Update withCustomEmailsNotification(String... customEmailAddresses)
customEmailAddresses - list of the emails that should receive the notification.AutoscaleSetting.Update withWebhookNotification(String serviceUri)
serviceUri - the serviceUri value to set.AutoscaleSetting.Update withoutAdminEmailNotification()
AutoscaleSetting.Update withoutCoAdminEmailNotification()
AutoscaleSetting.Update withoutCustomEmailsNotification()
AutoscaleSetting.Update withoutWebhookNotification()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/