Compartir vía


VirtualMachineScaleSetExtension.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 a virtual machine scale set extension definition 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.DefinitionStages.WithAttach<ParentT> withMinorVersionAutoUpgrade()

Enables auto upgrading of the extension with minor versions.

VirtualMachineScaleSetExtension.DefinitionStages.WithAttach<ParentT> withoutMinorVersionAutoUpgrade()

Disables auto upgrading the extension with minor versions.

Method Details

withMinorVersionAutoUpgrade

public WithAttach withMinorVersionAutoUpgrade()

Enables auto upgrading of the extension with minor versions.

Returns:

the next stage of the definition

withoutMinorVersionAutoUpgrade

public WithAttach withoutMinorVersionAutoUpgrade()

Disables auto upgrading the extension with minor versions.

Returns:

the next stage of the definition

Applies to