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