java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.labservices.fluent.models.ScheduleInner

public final class ScheduleInner extends com.azure.core.management.ProxyResource
Schedule for automatically turning virtual machines in a lab on and off at specified times.
  • Constructor Details

    • ScheduleInner

      public ScheduleInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Metadata pertaining to creation and last modification of the schedule.
      Returns:
      the systemData value.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: Current provisioning state of the schedule.
      Returns:
      the provisioningState value.
    • startAt

      public OffsetDateTime startAt()
      Get the startAt property: When lab user virtual machines will be started. Timestamp offsets will be ignored and timeZoneId is used instead.
      Returns:
      the startAt value.
    • withStartAt

      public ScheduleInner withStartAt(OffsetDateTime startAt)
      Set the startAt property: When lab user virtual machines will be started. Timestamp offsets will be ignored and timeZoneId is used instead.
      Parameters:
      startAt - the startAt value to set.
      Returns:
      the ScheduleInner object itself.
    • stopAt

      public OffsetDateTime stopAt()
      Get the stopAt property: When lab user virtual machines will be stopped. Timestamp offsets will be ignored and timeZoneId is used instead.
      Returns:
      the stopAt value.
    • withStopAt

      public ScheduleInner withStopAt(OffsetDateTime stopAt)
      Set the stopAt property: When lab user virtual machines will be stopped. Timestamp offsets will be ignored and timeZoneId is used instead.
      Parameters:
      stopAt - the stopAt value to set.
      Returns:
      the ScheduleInner object itself.
    • recurrencePattern

      public RecurrencePattern recurrencePattern()
      Get the recurrencePattern property: The recurrence pattern of the scheduled actions.
      Returns:
      the recurrencePattern value.
    • withRecurrencePattern

      public ScheduleInner withRecurrencePattern(RecurrencePattern recurrencePattern)
      Set the recurrencePattern property: The recurrence pattern of the scheduled actions.
      Parameters:
      recurrencePattern - the recurrencePattern value to set.
      Returns:
      the ScheduleInner object itself.
    • timeZoneId

      public String timeZoneId()
      Get the timeZoneId property: The IANA timezone id for the schedule.
      Returns:
      the timeZoneId value.
    • withTimeZoneId

      public ScheduleInner withTimeZoneId(String timeZoneId)
      Set the timeZoneId property: The IANA timezone id for the schedule.
      Parameters:
      timeZoneId - the timeZoneId value to set.
      Returns:
      the ScheduleInner object itself.
    • notes

      public String notes()
      Get the notes property: Notes for this schedule.
      Returns:
      the notes value.
    • withNotes

      public ScheduleInner withNotes(String notes)
      Set the notes property: Notes for this schedule.
      Parameters:
      notes - the notes value to set.
      Returns:
      the ScheduleInner object itself.
    • validate

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