Class ApplicableSchedulePropertiesInner

java.lang.Object
com.azure.resourcemanager.devtestlabs.fluent.models.ApplicableSchedulePropertiesInner

public final class ApplicableSchedulePropertiesInner extends Object
Properties of a schedules applicable to a virtual machine.
  • Constructor Details

    • ApplicableSchedulePropertiesInner

      public ApplicableSchedulePropertiesInner()
      Creates an instance of ApplicableSchedulePropertiesInner class.
  • Method Details

    • labVmsShutdown

      public ScheduleInner labVmsShutdown()
      Get the labVmsShutdown property: The auto-shutdown schedule, if one has been set at the lab or lab resource level.
      Returns:
      the labVmsShutdown value.
    • withLabVmsShutdown

      public ApplicableSchedulePropertiesInner withLabVmsShutdown(ScheduleInner labVmsShutdown)
      Set the labVmsShutdown property: The auto-shutdown schedule, if one has been set at the lab or lab resource level.
      Parameters:
      labVmsShutdown - the labVmsShutdown value to set.
      Returns:
      the ApplicableSchedulePropertiesInner object itself.
    • labVmsStartup

      public ScheduleInner labVmsStartup()
      Get the labVmsStartup property: The auto-startup schedule, if one has been set at the lab or lab resource level.
      Returns:
      the labVmsStartup value.
    • withLabVmsStartup

      public ApplicableSchedulePropertiesInner withLabVmsStartup(ScheduleInner labVmsStartup)
      Set the labVmsStartup property: The auto-startup schedule, if one has been set at the lab or lab resource level.
      Parameters:
      labVmsStartup - the labVmsStartup value to set.
      Returns:
      the ApplicableSchedulePropertiesInner object itself.
    • validate

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