次の方法で共有


ApplicationPackageReference コンストラクター

定義

オーバーロード

ApplicationPackageReference()

ApplicationPackageReference クラスの新しいインスタンスを初期化します。

ApplicationPackageReference(String, String)

ApplicationPackageReference クラスの新しいインスタンスを初期化します。

ApplicationPackageReference()

ソース:
ApplicationPackageReference.cs

ApplicationPackageReference クラスの新しいインスタンスを初期化します。

public ApplicationPackageReference();
Public Sub New ()

適用対象

ApplicationPackageReference(String, String)

ソース:
ApplicationPackageReference.cs

ApplicationPackageReference クラスの新しいインスタンスを初期化します。

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)

パラメーター

applicationId
String

デプロイするアプリケーションの ID。

version
String

デプロイするアプリケーションのバージョン。 省略すると、既定のバージョンがデプロイされます。

適用対象