Application.UpdateDefinitionStages.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 allowing the creation of an application package.
Method Summary
Modifier and Type | Method and Description |
---|---|
UpdateDefinitionStages.WithAttach<ParentT> |
defineNewApplicationPackage(String version)
First stage to create new application package in Batch account application. |
Method Details
defineNewApplicationPackage
public UpdateDefinitionStages.WithAttach
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.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java