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