Class ScheduledEventsProfile

java.lang.Object
com.microsoft.azure.management.compute.ScheduledEventsProfile

public class ScheduledEventsProfile extends Object
The ScheduledEventsProfile model.
  • Constructor Details

    • ScheduledEventsProfile

      public ScheduledEventsProfile()
  • Method Details

    • terminateNotificationProfile

      public TerminateNotificationProfile terminateNotificationProfile()
      Get specifies Terminate Scheduled Event related configurations.
      Returns:
      the terminateNotificationProfile value
    • withTerminateNotificationProfile

      public ScheduledEventsProfile withTerminateNotificationProfile(TerminateNotificationProfile terminateNotificationProfile)
      Set specifies Terminate Scheduled Event related configurations.
      Parameters:
      terminateNotificationProfile - the terminateNotificationProfile value to set
      Returns:
      the ScheduledEventsProfile object itself.