VirtualMachineExtension.UpdateStages.WithAutoUpgradeMinorVersion Interface

public interface 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 Type Method and Description
VirtualMachineExtension.Update withMinorVersionAutoUpgrade()

enables auto upgrade of the extension.

VirtualMachineExtension.Update withoutMinorVersionAutoUpgrade()

enables auto upgrade of the extension.

Method Details

withMinorVersionAutoUpgrade

public Update withMinorVersionAutoUpgrade()

enables auto upgrade of the extension.

Returns:

the next stage of the update

withoutMinorVersionAutoUpgrade

public Update withoutMinorVersionAutoUpgrade()

enables auto upgrade of the extension.

Returns:

the next stage of the update

Applies to