BatchAccount.DefinitionStages.WithApplication Interface

public static interface BatchAccount.DefinitionStages.WithApplication

The stage of a Batch account definition allowing the creation of a Batch application.

Method Summary

Modifier and Type Method and Description
abstract Blank<WithApplicationAndStorage> defineNewApplication(String applicationId)

The stage of a Batch account definition allowing to add a Batch application.

Method Details

defineNewApplication

public abstract Application.DefinitionStages.Blank 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

Applies to