VirtualMachineScaleSetExtension.UpdateStages.WithAutoUpgradeMinorVersion Interface

public interface 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 Summary

Modifier and Type Method and Description
VirtualMachineScaleSetExtension.Update withMinorVersionAutoUpgrade()

Enables auto-upgrading of the extension with minor versions.

VirtualMachineScaleSetExtension.Update withoutMinorVersionAutoUpgrade()

Disables auto upgrading of the extension with minor versions.

Method Details

withMinorVersionAutoUpgrade

public Update withMinorVersionAutoUpgrade()

Enables auto-upgrading of the extension with minor versions.

Returns:

the next stage of the update

withoutMinorVersionAutoUpgrade

public Update withoutMinorVersionAutoUpgrade()

Disables auto upgrading of the extension with minor versions.

Returns:

the next stage of the update

Applies to