Application.DefinitionStages.WithApplicationPackage<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent Batch account definition to return to after attaching this definition
public interface WithApplicationPackage
The stage of a Batch application definition that allows the creation of an application package.
Method Summary
Modifier and Type | Method and Description |
---|---|
DefinitionStages.WithAttach<ParentT> |
defineNewApplicationPackage(String applicationPackageName)
The first stage of a new application package definition in a Batch account application. |
Method Details
defineNewApplicationPackage
public DefinitionStages.WithAttach
The first stage of a new application package definition in a Batch account application.
Parameters:
applicationPackageName
- the version of the application
Returns:
the next stage of the 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.