Interface MachineExtension.UpdateStages.WithEnableAutomaticUpgrade

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

public static interface MachineExtension.UpdateStages.WithEnableAutomaticUpgrade
The stage of the MachineExtension update allowing to specify enableAutomaticUpgrade.
  • Method Summary

    Modifier and Type
    Method
    Description
    withEnableAutomaticUpgrade(Boolean enableAutomaticUpgrade)
    Specifies the enableAutomaticUpgrade property: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available..
  • Method Details

    • withEnableAutomaticUpgrade

      MachineExtension.Update withEnableAutomaticUpgrade(Boolean enableAutomaticUpgrade)
      Specifies the enableAutomaticUpgrade property: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available..
      Parameters:
      enableAutomaticUpgrade - Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
      Returns:
      the next definition stage.