MachineExtension.UpdateStages.WithAutoUpgradeMinorVersion Interface

public static interface MachineExtension.UpdateStages.WithAutoUpgradeMinorVersion

The stage of the machineextension update allowing to specify AutoUpgradeMinorVersion.

Method Summary

Modifier and Type Method and Description
abstract Update withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion)

Specifies autoUpgradeMinorVersion.

Method Details

withAutoUpgradeMinorVersion

public abstract MachineExtension.Update withAutoUpgradeMinorVersion(Boolean autoUpgradeMinorVersion)

Specifies autoUpgradeMinorVersion.

Parameters:

autoUpgradeMinorVersion - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true

Returns:

the next update stage

Applies to