Interface MachineExtension.DefinitionStages.WithEnableAutomaticUpgrade

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

public static interface MachineExtension.DefinitionStages.WithEnableAutomaticUpgrade
The stage of the MachineExtension definition allowing to specify enableAutomaticUpgrade.
  • Method Details

    • withEnableAutomaticUpgrade

      MachineExtension.DefinitionStages.WithCreate 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.