BatchAccount.DefinitionStages.WithApplication Interface
public interface WithApplication
The stage of a Batch account definition allowing the creation of a Batch application.
Method Summary
Modifier and Type | Method and Description |
---|---|
Application.DefinitionStages.Blank<Batch |
defineNewApplication(String applicationId)
The stage of a Batch account definition allowing to add a Batch application. |
Method Details
defineNewApplication
public Application.DefinitionStages.Blank
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
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java