Interface MachineExtension.UpdateStages.WithAutoUpgradeMinorVersion

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

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

    Modifier and Type
    Method
    Description
    withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion)
    Specifies the autoUpgradeMinorVersion property: Indicates whether the extension should use a newer minor version if one is available at deployment time.
  • Method Details

    • withAutoUpgradeMinorVersion

      MachineExtension.Update 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.