VMGalleryApplication コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
オプション。より汎用的なコンテキストのパススルー値を指定します。
- configurationReference
- String
省略可能。指定された場合にパッケージの既定の構成を置き換える Azure BLOB への URI を指定します
省略可能、true の場合、VmApplication 内の操作に対するエラーはデプロイに失敗します
true に設定すると、新しいギャラリー アプリケーション バージョンが PIR/SIG で使用可能になると、VM/VMSS に対して自動的に更新されます
適用対象
Azure SDK for .NET