Interface VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithAutoUpgradeMinorVersion<ParentT>
- Type Parameters:
ParentT- the stage of the parent update to return to after attaching this definition
- All Known Subinterfaces:
VirtualMachineScaleSetExtension.UpdateDefinition<ParentT>,VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- VirtualMachineScaleSetExtension.UpdateDefinitionStages
public static interface VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithAutoUpgradeMinorVersion<ParentT>
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 TypeMethodDescriptionEnables auto upgrading of the extension with minor versions.Disables auto upgrade of the extension with minor versions.
-
Method Details
-
withMinorVersionAutoUpgrade
VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithAttach<ParentT> withMinorVersionAutoUpgrade()Enables auto upgrading of the extension with minor versions.- Returns:
- the next stage of the definition
-
withoutMinorVersionAutoUpgrade
VirtualMachineScaleSetExtension.UpdateDefinitionStages.WithAttach<ParentT> withoutMinorVersionAutoUpgrade()Disables auto upgrade of the extension with minor versions.- Returns:
- the next stage of the definition
-