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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a Batch application definition as a part of a Batch account definition.static interfaceGrouping of all the application package definition stages.static interfaceThe entirety of a Batch application update as a part of a Batch account update.static interfaceThe entirety of a Batch application definition as a part of parent update.static interfaceGrouping of application definition stages as part of a Batch account update.static interfaceGrouping of Batch application update stages. -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource
idMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
innerMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
keyMethods 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.
-