次の方法で共有


VMGalleryApplication interface

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

プロパティ

configurationReference

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

enableAutomaticUpgrade

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

order

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

packageReferenceId

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

tags

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

treatFailureAsDeploymentFailure

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

プロパティの詳細

configurationReference

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

configurationReference?: string

プロパティ値

string

enableAutomaticUpgrade

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

enableAutomaticUpgrade?: boolean

プロパティ値

boolean

order

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

order?: number

プロパティ値

number

packageReferenceId

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

packageReferenceId: string

プロパティ値

string

tags

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

tags?: string

プロパティ値

string

treatFailureAsDeploymentFailure

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

treatFailureAsDeploymentFailure?: boolean

プロパティ値

boolean