共用方式為


ApplicationPackageReference 建構函式

定義

多載

ApplicationPackageReference()

初始化 ApplicationPackageReference 類別的新實例。

ApplicationPackageReference(String, String)

初始化 ApplicationPackageReference 類別的新實例。

ApplicationPackageReference()

初始化 ApplicationPackageReference 類別的新實例。

public ApplicationPackageReference ();
Public Sub New ()

適用於

ApplicationPackageReference(String, String)

初始化 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)

參數

id
String

要安裝的應用程式套件識別碼。 這必須與集區位於相同的批次帳戶內。 這可以是特定版本的參考,如果存在,則為預設版本。

version
String

要部署的應用程式版本。 如果省略,則會部署預設版本。

適用於