ApplicationPackageReference Class

Definition

Link to an application package inside the batch account

public class ApplicationPackageReference
type ApplicationPackageReference = class
Public Class ApplicationPackageReference
Inheritance
ApplicationPackageReference

Constructors

ApplicationPackageReference()

Initializes a new instance of the ApplicationPackageReference class.

ApplicationPackageReference(String, String)

Initializes a new instance of the ApplicationPackageReference class.

Properties

Id

Gets or sets 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.

Version

Gets or sets the version of the application to deploy. If omitted, the default version is deployed.

Methods

Validate()

Validate the object.

Applies to