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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java