Interface VirtualMachineScaleSetExtension.UpdateStages.WithAutoUpgradeMinorVersion

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

public static interface VirtualMachineScaleSetExtension.UpdateStages.WithAutoUpgradeMinorVersion
The 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 Details

    • 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