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, ApplicationPackage> applicationPackages()
String defaultVersion()
String displayName()
boolean updatesAllowed()

Inherited Members

Method Details

applicationPackages

public Map applicationPackages()

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