次の方法で共有


DependsOnProfile interface

プロファイル定義によって異なります。

プロパティ

installDependsOn

アプリケーションのインストール操作の依存関係。

uninstallDependsOn

アプリケーション削除操作の依存関係。

updateDependsOn

アプリケーション更新操作の依存関係。

プロパティの詳細

installDependsOn

アプリケーションのインストール操作の依存関係。

installDependsOn?: string[]

プロパティ値

string[]

uninstallDependsOn

アプリケーション削除操作の依存関係。

uninstallDependsOn?: string[]

プロパティ値

string[]

updateDependsOn

アプリケーション更新操作の依存関係。

updateDependsOn?: string[]

プロパティ値

string[]