Application Interface
public interface Application extends ExternalChildResource<Application, BatchAccount>,HasInner
An immutable client-side representation of an Azure Batch account application.
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String, Application |
applicationPackages() |
String | defaultVersion() |
String | displayName() |
boolean | updatesAllowed() |
Inherited Members
ExternalChildResource<FluentModelT,ParentT>.id()
HasInner<T>.inner()
Indexable.key()
HasName.name()
HasParent<ParentT>.parent()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
Method Details
applicationPackages
public Map
Returns:
application packages
defaultVersion
public String defaultVersion()
Returns:
the default version for the application.
displayName
public String displayName()
Returns:
the display name of the application
updatesAllowed
public boolean updatesAllowed()
Returns:
true if automatic updates are allowed, otherwise false
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java