Interface Application.DefinitionStages.WithAllowUpdates
- All Known Subinterfaces:
Application.Definition,Application.DefinitionStages.WithCreate
- Enclosing interface:
- Application.DefinitionStages
public static interface Application.DefinitionStages.WithAllowUpdates
The stage of the Application definition allowing to specify allowUpdates.
-
Method Summary
Modifier and TypeMethodDescriptionwithAllowUpdates(Boolean allowUpdates) Specifies the allowUpdates property: A value indicating whether packages within the application may be overwritten using the same version string..
-
Method Details
-
withAllowUpdates
Specifies the allowUpdates property: A value indicating whether packages within the application may be overwritten using the same version string..- Parameters:
allowUpdates- A value indicating whether packages within the application may be overwritten using the same version string.- Returns:
- the next definition stage.
-