VMGalleryApplication クラス

定義

コンピューティング ギャラリー アプリケーションのバージョンを参照するために必要な情報を指定します

public class VMGalleryApplication
type VMGalleryApplication = class
Public Class VMGalleryApplication
継承
VMGalleryApplication

コンストラクター

VMGalleryApplication()

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

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

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

プロパティ

ConfigurationReference

省略可能な値を取得または設定します。指定した場合、パッケージの既定の構成を置き換える Azure BLOB への URI を指定します。

EnableAutomaticUpgrade

true に設定されている場合、PIR/SIG で新しいギャラリー アプリケーション バージョンを使用できる場合は、VM/VMSS に対して自動的に更新されます。

Order

パッケージをインストールする順序を指定します。省略可能な値を取得または設定します。

PackageReferenceId

取得または設定は、/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{application}/versions/{version} の形式で GalleryApplicationVersion リソース ID を指定します。

Tags

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

TreatFailureAsDeploymentFailure

省略可能な値を取得または設定します。true の場合、VmApplication 内の操作に対するエラーはデプロイに失敗します

メソッド

Validate()

オブジェクトを検証します。

適用対象