Interface VirtualMachineExtension.UpdateStages.WithAutoUpgradeMinorVersion
-
- All Known Subinterfaces:
VirtualMachineExtension.Update
- Enclosing interface:
- VirtualMachineExtension.UpdateStages
public static interface VirtualMachineExtension.UpdateStages.WithAutoUpgradeMinorVersionThe stage of the virtual machine extension update allowing to enable or disable auto upgrade of the extension when when a new minor version of virtual machine extension image gets published.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineExtension.UpdatewithMinorVersionAutoUpgrade()enables auto upgrade of the extension.VirtualMachineExtension.UpdatewithoutMinorVersionAutoUpgrade()enables auto upgrade of the extension.
-
-
-
Method Detail
-
withMinorVersionAutoUpgrade
VirtualMachineExtension.Update withMinorVersionAutoUpgrade()
enables auto upgrade of the extension.- Returns:
- the next stage of the update
-
withoutMinorVersionAutoUpgrade
VirtualMachineExtension.Update withoutMinorVersionAutoUpgrade()
enables auto upgrade of the extension.- Returns:
- the next stage of the update
-
-