Interface ApplicableScheduleProperties


public interface ApplicableScheduleProperties
An immutable client-side representation of ApplicableScheduleProperties.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.ApplicableSchedulePropertiesInner object.
    Gets the labVmsShutdown property: The auto-shutdown schedule, if one has been set at the lab or lab resource level.
    Gets the labVmsStartup property: The auto-startup schedule, if one has been set at the lab or lab resource level.
  • Method Details

    • labVmsShutdown

      Schedule labVmsShutdown()
      Gets the labVmsShutdown property: The auto-shutdown schedule, if one has been set at the lab or lab resource level.
      Returns:
      the labVmsShutdown value.
    • labVmsStartup

      Schedule labVmsStartup()
      Gets the labVmsStartup property: The auto-startup schedule, if one has been set at the lab or lab resource level.
      Returns:
      the labVmsStartup value.
    • innerModel

      Gets the inner com.azure.resourcemanager.devtestlabs.fluent.models.ApplicableSchedulePropertiesInner object.
      Returns:
      the inner object.