VirtualMachineRunCommandScriptSource interface
run コマンドのスクリプト ソースについて説明します。
プロパティ
| command |
定義済みの組み込みスクリプトの commandId を指定します。 |
| script | VM で実行するスクリプトコンテンツを指定します。 |
| script |
スクリプトのダウンロード場所を指定します。 |
プロパティの詳細
commandId
定義済みの組み込みスクリプトの commandId を指定します。
commandId?: string
プロパティ値
string
script
VM で実行するスクリプトコンテンツを指定します。
script?: string
プロパティ値
string
scriptUri
スクリプトのダウンロード場所を指定します。
scriptUri?: string
プロパティ値
string