Sdílet prostřednictvím


ApplicationPackageReference Konstruktory

Definice

Přetížení

ApplicationPackageReference()

Inicializuje novou instanci Třídy ApplicationPackageReference.

ApplicationPackageReference(String, String)

Inicializuje novou instanci Třídy ApplicationPackageReference.

ApplicationPackageReference()

Inicializuje novou instanci Třídy ApplicationPackageReference.

public ApplicationPackageReference ();
Public Sub New ()

Platí pro

ApplicationPackageReference(String, String)

Inicializuje novou instanci Třídy ApplicationPackageReference.

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

Parametry

id
String

ID balíčku aplikace, který se má nainstalovat. Musí se nacházet ve stejném účtu Batch jako fond. Může se jednat buď o odkaz na konkrétní verzi, nebo o výchozí verzi, pokud existuje.

version
String

Verze aplikace, která se má nasadit. Pokud ho vynecháte, nasadí se výchozí verze.

Platí pro