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.
  • 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.