Interface VirtualMachineExtension.UpdateStages.WithAutoUpgradeMinorVersion
- All Known Subinterfaces:
VirtualMachineExtension.Update
- Enclosing interface:
VirtualMachineExtension.UpdateStages
public static interface VirtualMachineExtension.UpdateStages.WithAutoUpgradeMinorVersion
The 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
Modifier and TypeMethodDescriptionenables auto upgrade of the extension.enables auto upgrade of the extension.
-
Method Details
-
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
-