Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationPackageReference

Package version

An interface representing ApplicationPackageReference.

summary

A reference to an application package to be deployed to compute nodes.

Hierarchy

  • ApplicationPackageReference

Index

Properties

Properties

applicationId

applicationId: string

The ID of the application to deploy.

Optional version

version: undefined | string

The version of the application to deploy. If omitted, the default version is deployed. If this is omitted on a pool, and no default version is specified for this application, the request fails with the error code InvalidApplicationPackageReferences and HTTP status code 409. If this is omitted on a task, and no default version is specified for this application, the task fails with a pre-processing error.

Generated using TypeDoc