Interface VirtualMachineExtension.DefinitionStages.WithAutoUpgradeMinorVersion<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
VirtualMachineExtension.Definition<ParentT>,VirtualMachineExtension.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- VirtualMachineExtension.DefinitionStages
public static interface VirtualMachineExtension.DefinitionStages.WithAutoUpgradeMinorVersion<ParentT>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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineExtension.DefinitionStages.WithAttach<ParentT>withMinorVersionAutoUpgrade()enables auto upgrade of the extension.VirtualMachineExtension.DefinitionStages.WithAttach<ParentT>withoutMinorVersionAutoUpgrade()disables auto upgrade of the extension.
-
-
-
Method Detail
-
withMinorVersionAutoUpgrade
VirtualMachineExtension.DefinitionStages.WithAttach<ParentT> withMinorVersionAutoUpgrade()
enables auto upgrade of the extension.- Returns:
- the next stage of the definition
-
withoutMinorVersionAutoUpgrade
VirtualMachineExtension.DefinitionStages.WithAttach<ParentT> withoutMinorVersionAutoUpgrade()
disables auto upgrade of the extension.- Returns:
- the next stage of the definition
-
-