Share via


ApplicationPackageReference Constructors

Definition

Overloads

ApplicationPackageReference()

Initializes a new instance of the ApplicationPackageReference class.

ApplicationPackageReference(String, String)

Initializes a new instance of the ApplicationPackageReference class.

ApplicationPackageReference()

Source:
ApplicationPackageReference.cs

Initializes a new instance of the ApplicationPackageReference class.

public ApplicationPackageReference ();
Public Sub New ()

Applies to

ApplicationPackageReference(String, String)

Source:
ApplicationPackageReference.cs

Initializes a new instance of the ApplicationPackageReference class.

public ApplicationPackageReference (string applicationId, string version = default);
new Microsoft.Azure.Batch.Protocol.Models.ApplicationPackageReference : string * string -> Microsoft.Azure.Batch.Protocol.Models.ApplicationPackageReference
Public Sub New (applicationId As String, Optional version As String = Nothing)

Parameters

applicationId
String

The ID of the application to deploy.

version
String

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

Applies to