Application.UpdateStages.WithApplicationPackage Interface
public interface WithApplicationPackage
The stage of a Batch application update allowing the creation of an application package.
Method Summary
Modifier and Type | Method and Description |
---|---|
Application. |
defineNewApplicationPackage(String version)
First stage to create new application package in Batch account application. |
Application. |
withoutApplicationPackage(String version)
Deletes specified application package from the application. |
Method Details
defineNewApplicationPackage
public 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
public 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.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.