public static interface AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceNotifications
| Modifier and Type | Method and Description |
|---|---|
AutoscaleSetting.DefinitionStages.WithCreate |
withAdminEmailNotification()
Specifies that an email should be send to subscription administrator.
|
AutoscaleSetting.DefinitionStages.WithCreate |
withCoAdminEmailNotification()
Specifies that an email should be send to subscription co-administrator.
|
AutoscaleSetting.DefinitionStages.WithCreate |
withCustomEmailsNotification(String... customEmailAddresses)
Specifies that an email should be send to custom email addresses.
|
AutoscaleSetting.DefinitionStages.WithCreate |
withWebhookNotification(String serviceUri)
Set the service address to receive the notification.
|
AutoscaleSetting.DefinitionStages.WithCreate withAdminEmailNotification()
AutoscaleSetting.DefinitionStages.WithCreate withCoAdminEmailNotification()
AutoscaleSetting.DefinitionStages.WithCreate withCustomEmailsNotification(String... customEmailAddresses)
customEmailAddresses - list of the emails that should receive the notification.AutoscaleSetting.DefinitionStages.WithCreate withWebhookNotification(String serviceUri)
serviceUri - the serviceUri value to set./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/