Interface Extension.DefinitionStages.WithAutoUpgradeMinorVersion

    • Method Detail

      • withAutoUpgradeMinorVersion

        Extension.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.