Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationPackageReference

Package version

interface

An interface representing ApplicationPackageReference.

summary

Link to an application package inside the batch account

Hierarchy

  • ApplicationPackageReference

Index

Properties

Properties

id

id: string
member

{string} id The ID of the application package to install. This must be inside the same batch account as the pool. This can either be a reference to a specific version or the default version if one exists.

Optional version

version: undefined | string
member

{string} [version] The version of the application to deploy. If omitted, the default version is deployed. If this is omitted, and no default version is specified for this application, the request fails with the error code InvalidApplicationPackageReferences. If you are calling the REST API directly, the HTTP status code is 409.

Generated using TypeDoc