Interface Lab.UpdateStages.WithConnectionProfile

All Known Subinterfaces:
Lab.Update
Enclosing interface:
Lab.UpdateStages

public static interface Lab.UpdateStages.WithConnectionProfile
The stage of the Lab update allowing to specify connectionProfile.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the connectionProfile property: The connection profile for the lab.
  • Method Details

    • withConnectionProfile

      Lab.Update withConnectionProfile(ConnectionProfile connectionProfile)
      Specifies the connectionProfile property: The connection profile for the lab. This controls settings such as web access to lab resources or whether RDP or SSH ports are open..
      Parameters:
      connectionProfile - The connection profile for the lab. This controls settings such as web access to lab resources or whether RDP or SSH ports are open.
      Returns:
      the next definition stage.