Interface Lab.DefinitionStages.WithVirtualMachineProfile

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

public static interface Lab.DefinitionStages.WithVirtualMachineProfile
The stage of the Lab definition allowing to specify virtualMachineProfile.
  • Method Details

    • withVirtualMachineProfile

      Lab.DefinitionStages.WithCreate withVirtualMachineProfile(VirtualMachineProfile virtualMachineProfile)
      Specifies the virtualMachineProfile property: The profile used for creating lab virtual machines..
      Parameters:
      virtualMachineProfile - The profile used for creating lab virtual machines.
      Returns:
      the next definition stage.