Interface LabPlan.DefinitionStages.WithDefaultAutoShutdownProfile

All Known Subinterfaces:
LabPlan.Definition, LabPlan.DefinitionStages.WithCreate
Enclosing interface:
LabPlan.DefinitionStages

public static interface LabPlan.DefinitionStages.WithDefaultAutoShutdownProfile
The stage of the LabPlan definition allowing to specify defaultAutoShutdownProfile.
  • Method Details

    • withDefaultAutoShutdownProfile

      LabPlan.DefinitionStages.WithCreate withDefaultAutoShutdownProfile(AutoShutdownProfile defaultAutoShutdownProfile)
      Specifies the defaultAutoShutdownProfile property: The default lab shutdown profile. This can be changed on a lab resource and only provides a default profile..
      Parameters:
      defaultAutoShutdownProfile - The default lab shutdown profile. This can be changed on a lab resource and only provides a default profile.
      Returns:
      the next definition stage.