Interface MachineExtension.DefinitionStages.WithAutoUpgradeMinorVersion

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

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

    • withAutoUpgradeMinorVersion

      MachineExtension.DefinitionStages.WithCreate withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion)
      Specifies the autoUpgradeMinorVersion property: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true..
      Parameters:
      autoUpgradeMinorVersion - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
      Returns:
      the next definition stage.