Interface Application.UpdateStages.WithApplicationPackage
-
- All Known Subinterfaces:
Application.Update
- Enclosing interface:
- Application.UpdateStages
public static interface Application.UpdateStages.WithApplicationPackageThe stage of a Batch application update allowing the creation of an application package.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Application.UpdatedefineNewApplicationPackage(String version)First stage to create new application package in Batch account application.Application.UpdatewithoutApplicationPackage(String version)Deletes specified application package from the application.
-
-
-
Method Detail
-
defineNewApplicationPackage
Application.Update defineNewApplicationPackage(String version)
First stage to create new application package in Batch account application.- Parameters:
version- the version of the application- Returns:
- next stage to create the application.
-
withoutApplicationPackage
Application.Update withoutApplicationPackage(String version)
Deletes specified application package from the application.- Parameters:
version- the reference version of the application to be removed- Returns:
- the stage representing updatable batch account definition.
-
-