Interface Application

  • All Superinterfaces:
    com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<BatchAccount>, com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<Application,​BatchAccount>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.batch.implementation.ApplicationInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<BatchAccount>, com.microsoft.azure.management.resources.fluentcore.model.Indexable, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<Application>

    public interface Application
    extends com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<Application,​BatchAccount>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.batch.implementation.ApplicationInner>
    An immutable client-side representation of an Azure Batch account application.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Map<String,​ApplicationPackage> applicationPackages()  
      String defaultVersion()  
      String displayName()  
      boolean updatesAllowed()  
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource

        id
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner

        inner
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName

        name
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent

        parent
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable

        key
      • Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable

        refresh, refreshAsync
    • Method Detail

      • displayName

        String displayName()
        Returns:
        the display name of the application
      • updatesAllowed

        boolean updatesAllowed()
        Returns:
        true if automatic updates are allowed, otherwise false
      • defaultVersion

        String defaultVersion()
        Returns:
        the default version for the application.