VMGalleryApplication interface
コンピューティング ギャラリー アプリケーションのバージョンを参照するために必要な情報を指定します
プロパティ
configuration |
省略可能、指定した場合にパッケージの既定の構成を置き換える Azure BLOB への URI を指定します |
enable |
true に設定すると、新しいギャラリー アプリケーション バージョンが PIR/SIG で使用できる場合、VM/VMSS に対して自動的に更新されます |
order | 省略可能。パッケージをインストールする必要がある順序を指定します |
package |
/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleryName}/applications/{application}/versions/{version} の形式で GalleryApplicationVersion リソース ID を指定します。 |
tags | 省略可能。より汎用的なコンテキストのパススルー値を指定します。 |
treat |
省略可能、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