Class ScheduledEventsProfile

java.lang.Object
com.azure.resourcemanager.compute.models.ScheduledEventsProfile

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

    • ScheduledEventsProfile

      public ScheduledEventsProfile()
  • Method Details

    • terminateNotificationProfile

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

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

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.