ApplicationPackageReference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ApplicationPackageReference() |
Initializes a new instance of the ApplicationPackageReference class. |
ApplicationPackageReference(String, String) |
Initializes a new instance of the ApplicationPackageReference class. |
ApplicationPackageReference()
Initializes a new instance of the ApplicationPackageReference class.
public ApplicationPackageReference ();
Public Sub New ()
Applies to
ApplicationPackageReference(String, String)
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
Azure SDK for .NET