Compartir vía


VirtualMachineExtension.DefinitionStages.WithAutoUpgradeMinorVersion<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public interface WithAutoUpgradeMinorVersion

The stage of the virtual machine extension definition 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.DefinitionStages.WithAttach<ParentT> withMinorVersionAutoUpgrade()

enables auto upgrade of the extension.

VirtualMachineExtension.DefinitionStages.WithAttach<ParentT> withoutMinorVersionAutoUpgrade()

disables auto upgrade of the extension.

Method Details

withMinorVersionAutoUpgrade

public WithAttach withMinorVersionAutoUpgrade()

enables auto upgrade of the extension.

Returns:

the next stage of the definition

withoutMinorVersionAutoUpgrade

public WithAttach withoutMinorVersionAutoUpgrade()

disables auto upgrade of the extension.

Returns:

the next stage of the definition

Applies to