public interface Application extends com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<Application,BatchAccount>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.batch.implementation.ApplicationInner>
| 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
Grouping of all the application package definition stages.
|
static interface |
Application.Update
The entirety of a Batch application update as a part of a Batch account update.
|
static interface |
Application.UpdateDefinition<ParentT>
The entirety of a Batch application definition as a part of parent update.
|
static interface |
Application.UpdateDefinitionStages
Grouping of application definition stages as part of a Batch account update.
|
static interface |
Application.UpdateStages
Grouping of Batch application update stages.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ApplicationPackage> |
applicationPackages() |
String |
defaultVersion() |
String |
displayName() |
boolean |
updatesAllowed() |
idkeynameparentString displayName()
Map<String,ApplicationPackage> applicationPackages()
boolean updatesAllowed()
String defaultVersion()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/