Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Application

Package version

interface

An interface representing Application. Contains information about an application in a Batch account.

Hierarchy

  • Application

Index

Properties

Optional allowUpdates

allowUpdates: undefined | false | true
member

{boolean} [allowUpdates] A value indicating whether packages within the application may be overwritten using the same version string.

Optional defaultVersion

defaultVersion: undefined | string
member

{string} [defaultVersion] The package to use if a client requests the application but does not specify a version.

Optional displayName

displayName: undefined | string
member

{string} [displayName] The display name for the application.

Optional id

id: undefined | string
member

{string} [id] A string that uniquely identifies the application within the account.

Optional packages

packages: ApplicationPackage[]
member

{ApplicationPackage[]} [packages] The list of packages under this application.

Generated using TypeDoc