Interface BatchAccount.DefinitionStages.WithApplication
-
- All Known Subinterfaces:
BatchAccount.Definition,BatchAccount.DefinitionStages.WithApplicationAndStorage,BatchAccount.DefinitionStages.WithCreateAndApplication
- Enclosing interface:
- BatchAccount.DefinitionStages
public static interface BatchAccount.DefinitionStages.WithApplicationThe stage of a Batch account definition allowing the creation of a Batch application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Application.DefinitionStages.Blank<BatchAccount.DefinitionStages.WithApplicationAndStorage>defineNewApplication(String applicationId)The stage of a Batch account definition allowing to add a Batch application.
-
-
-
Method Detail
-
defineNewApplication
Application.DefinitionStages.Blank<BatchAccount.DefinitionStages.WithApplicationAndStorage> defineNewApplication(String applicationId)
The stage of a Batch account definition allowing to add a Batch application.- Parameters:
applicationId- the id of the application to create- Returns:
- the next stage of the definition
-
-