Interface MachineExtension.UpdateStages.WithEnableAutomaticUpgrade
- All Known Subinterfaces:
MachineExtension.Update
- Enclosing interface:
- MachineExtension.UpdateStages
public static interface MachineExtension.UpdateStages.WithEnableAutomaticUpgrade
The stage of the MachineExtension update allowing to specify enableAutomaticUpgrade.
-
Method Summary
Modifier and TypeMethodDescriptionwithEnableAutomaticUpgrade
(Boolean enableAutomaticUpgrade) Specifies the enableAutomaticUpgrade property: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available..
-
Method Details
-
withEnableAutomaticUpgrade
Specifies the enableAutomaticUpgrade property: Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available..- Parameters:
enableAutomaticUpgrade
- Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.- Returns:
- the next definition stage.
-