Interface AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceNotifications
-
- All Known Subinterfaces:
AutoscaleSetting.Definition,AutoscaleSetting.DefinitionStages.WithCreate
- Enclosing interface:
- AutoscaleSetting.DefinitionStages
public static interface AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceNotificationsThe stage of the definition which specifies autoscale notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoscaleSetting.DefinitionStages.WithCreatewithAdminEmailNotification()Specifies that an email should be send to subscription administrator.AutoscaleSetting.DefinitionStages.WithCreatewithCoAdminEmailNotification()Specifies that an email should be send to subscription co-administrator.AutoscaleSetting.DefinitionStages.WithCreatewithCustomEmailsNotification(String... customEmailAddresses)Specifies that an email should be send to custom email addresses.AutoscaleSetting.DefinitionStages.WithCreatewithWebhookNotification(String serviceUri)Set the service address to receive the notification.
-
-
-
Method Detail
-
withAdminEmailNotification
AutoscaleSetting.DefinitionStages.WithCreate withAdminEmailNotification()
Specifies that an email should be send to subscription administrator.- Returns:
- the next stage of the definition.
-
withCoAdminEmailNotification
AutoscaleSetting.DefinitionStages.WithCreate withCoAdminEmailNotification()
Specifies that an email should be send to subscription co-administrator.- Returns:
- the next stage of the definition.
-
withCustomEmailsNotification
AutoscaleSetting.DefinitionStages.WithCreate withCustomEmailsNotification(String... customEmailAddresses)
Specifies that an email should be send to custom email addresses.- Parameters:
customEmailAddresses- list of the emails that should receive the notification.- Returns:
- the next stage of the definition.
-
withWebhookNotification
AutoscaleSetting.DefinitionStages.WithCreate withWebhookNotification(String serviceUri)
Set the service address to receive the notification.- Parameters:
serviceUri- the serviceUri value to set.- Returns:
- the next stage of the definition.
-
-