Interface Application
- All Superinterfaces:
ChildResource<BatchAccount>
,ExternalChildResource<Application,
,BatchAccount> HasInner<com.microsoft.azure.management.batch.implementation.ApplicationInner>
,HasName
,HasParent<BatchAccount>
,Indexable
,Refreshable<Application>
public interface Application
extends ExternalChildResource<Application,BatchAccount>, HasInner<com.microsoft.azure.management.batch.implementation.ApplicationInner>
An immutable client-side representation of an Azure Batch account application.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of a Batch application definition as a part of a Batch account definition.static interface
Grouping of all the application package definition stages.static interface
The entirety of a Batch application update as a part of a Batch account update.static interface
The entirety of a Batch application definition as a part of parent update.static interface
Grouping of application definition stages as part of a Batch account update.static interface
Grouping of Batch application update stages. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parent
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
displayName
String displayName()- Returns:
- the display name of the application
-
applicationPackages
Map<String,ApplicationPackage> applicationPackages()- Returns:
- application packages
-
updatesAllowed
boolean updatesAllowed()- Returns:
- true if automatic updates are allowed, otherwise false
-
defaultVersion
String defaultVersion()- Returns:
- the default version for the application.
-