| Modifier and Type | Interface and Description |
|---|---|
static interface |
Application.Definition<ParentT>
The entirety of a Batch application definition as a part of a Batch account definition.
|
static interface |
Application.DefinitionStages.Blank<ParentT>
The first stage of a batch application definition.
|
| Modifier and Type | Method and Description |
|---|---|
Application.DefinitionStages.WithAttach<ParentT> |
Application.DefinitionStages.WithApplicationPackage.defineNewApplicationPackage(String applicationPackageName)
The first stage of a new application package definition in a Batch account application.
|
Application.DefinitionStages.WithAttach<ParentT> |
Application.DefinitionStages.WithAttach.withAllowUpdates(boolean allowUpdates)
The stage of a Batch application definition allowing automatic application updates.
|
Application.DefinitionStages.WithAttach<ParentT> |
Application.DefinitionStages.WithAttach.withDisplayName(String displayName)
Specifies a display name for the Batch application.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/