public interface Application extends ExternalChildResource<Application,BatchAccount>, 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() |
id
key
name
parent
refresh, refreshAsync
String displayName()
Map<String,ApplicationPackage> applicationPackages()
boolean updatesAllowed()
String defaultVersion()
Copyright © 2019. All rights reserved.