| Modifier and Type | Interface and Description |
|---|---|
static interface |
Application.UpdateDefinition<ParentT>
The entirety of a application definition as a part of parent update.
|
static interface |
Application.UpdateDefinitionStages.Blank<ParentT>
The first stage of a application definition.
|
| Modifier and Type | Method and Description |
|---|---|
Application.UpdateDefinitionStages.WithAttach<ParentT> |
Application.UpdateDefinitionStages.WithApplicationPackage.defineNewApplicationPackage(String version)
First stage to create new application package in Batch account application.
|
Application.UpdateDefinitionStages.WithAttach<ParentT> |
Application.UpdateDefinitionStages.WithAttach.withAllowUpdates(boolean allowUpdates)
Allow automatic application updates.
|
Application.UpdateDefinitionStages.WithAttach<ParentT> |
Application.UpdateDefinitionStages.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.
*/