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