Share via


ApplicationPackageReference Class

Link to an application package inside the batch account.

Constructor

ApplicationPackageReference(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

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

version
str

The version of the application to deploy. If omitted, the default version is deployed.

Attributes

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

id: str

version

The version of the application to deploy. If omitted, the default version is deployed.

version: str | None