次の方法で共有


VMGalleryApplication コンストラクター

定義

オーバーロード

VMGalleryApplication()

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

VMGalleryApplication(String, String, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>)

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

VMGalleryApplication()

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

public VMGalleryApplication ();
Public Sub New ()

適用対象

VMGalleryApplication(String, String, Nullable<Int32>, String, Nullable<Boolean>, Nullable<Boolean>)

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

public VMGalleryApplication (string packageReferenceId, string tags = default, int? order = default, string configurationReference = default, bool? treatFailureAsDeploymentFailure = default, bool? enableAutomaticUpgrade = default);
new Microsoft.Azure.Management.Compute.Models.VMGalleryApplication : string * string * Nullable<int> * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.VMGalleryApplication
Public Sub New (packageReferenceId As String, Optional tags As String = Nothing, Optional order As Nullable(Of Integer) = Nothing, Optional configurationReference As String = Nothing, Optional treatFailureAsDeploymentFailure As Nullable(Of Boolean) = Nothing, Optional enableAutomaticUpgrade As Nullable(Of Boolean) = Nothing)

パラメーター

packageReferenceId
String

/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleryNames/{galleryName}/applications/{application}/versions/{version} の形式で GalleryApplicationVersion リソース ID を指定します

tags
String

オプション。より汎用的なコンテキストのパススルー値を指定します。

order
Nullable<Int32>

省略可能。パッケージをインストールする必要がある順序を指定します

configurationReference
String

省略可能。指定された場合にパッケージの既定の構成を置き換える Azure BLOB への URI を指定します

treatFailureAsDeploymentFailure
Nullable<Boolean>

省略可能、true の場合、VmApplication 内の操作に対するエラーはデプロイに失敗します

enableAutomaticUpgrade
Nullable<Boolean>

true に設定すると、新しいギャラリー アプリケーション バージョンが PIR/SIG で使用可能になると、VM/VMSS に対して自動的に更新されます

適用対象