Interface VirtualMachine.UpdateStages.WithOsProfile

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

public static interface VirtualMachine.UpdateStages.WithOsProfile
The stage of the VirtualMachine update allowing to specify osProfile.
  • Method Details

    • withOsProfile

      VirtualMachine.Update withOsProfile(OsProfileUpdate osProfile)
      Specifies the osProfile property: OS properties..
      Parameters:
      osProfile - OS properties.
      Returns:
      the next definition stage.