Interface AutoscaleSetting.DefinitionStages.DefineAutoscaleSettingResourceNotifications

    • Method Detail

      • 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.