Microsoft.Compute virtualMachineScaleSets/virtualMachines/runCommands 2021-03-01
- [アーティクル]
-
-
Bicep リソース定義
virtualMachineScaleSets/virtualMachines/runCommands リソースの種類は、次を対象とする操作でデプロイできます。
-
リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2021-03-01' = {
parent: resourceSymbolicName
location: 'string'
name: 'string'
properties: {
asyncExecution: bool
errorBlobUri: 'string'
outputBlobUri: 'string'
parameters: [
{
name: 'string'
value: 'string'
}
]
protectedParameters: [
{
name: 'string'
value: 'string'
}
]
runAsPassword: 'string'
runAsUser: 'string'
source: {
commandId: 'string'
script: 'string'
scriptUri: 'string'
}
timeoutInSeconds: int
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands
名前 |
形容 |
価値 |
場所 |
リソースの場所 |
string (必須) |
名前 |
リソース名 |
string (必須) |
親 |
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。
詳細については、「親リソースの外部 子リソース」を参照してください。 |
種類のリソースのシンボリック名: virtualMachineScaleSets/virtualMachines |
プロパティ |
仮想マシンの実行コマンドのプロパティについて説明します。 |
VirtualMachineRunCommandProperties |
タグ |
リソース タグ |
タグ名と値のディクショナリ。 テンプレート の タグを参照してください |
名前 |
形容 |
価値 |
名前 |
run コマンド のパラメーター名。 |
string (必須) |
価値 |
run コマンド パラメーターの値。 |
string (必須) |
VirtualMachineRunCommandProperties
名前 |
形容 |
価値 |
asyncExecution |
随意。 true に設定すると、スクリプトが開始されるとすぐにプロビジョニングが完了し、スクリプトが完了するまで待機しません。 |
bool |
errorBlobUri |
スクリプト エラー ストリームをアップロードする Azure Storage BLOB を指定します。 |
糸 |
outputBlobUri |
スクリプト出力ストリームをアップロードする Azure Storage BLOB を指定します。 |
糸 |
パラメーター |
スクリプトで使用されるパラメーター。 |
RunCommandInputParameter[] |
protectedParameters |
スクリプトで使用されるパラメーター。 |
RunCommandInputParameter[] |
runAsPassword |
実行コマンドの実行時に VM のユーザー アカウント パスワードを指定します。 |
糸 |
runAsUser |
実行コマンドの実行時に VM 上のユーザー アカウントを指定します。 |
糸 |
源 |
実行コマンド スクリプトのソース。 |
VirtualMachineRunCommandScriptSource |
timeoutInSeconds |
run コマンドを実行するためのタイムアウト (秒単位)。 |
int |
VirtualMachineRunCommandScriptSource
名前 |
形容 |
価値 |
commandId |
定義済みの組み込みスクリプトの commandId を指定します。 |
糸 |
スクリプト |
VM で実行するスクリプトコンテンツを指定します。 |
糸 |
scriptUri |
スクリプトのダウンロード場所を指定します。 |
糸 |
ARM テンプレート リソース定義
virtualMachineScaleSets/virtualMachines/runCommands リソースの種類は、次を対象とする操作でデプロイできます。
-
リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands",
"apiVersion": "2021-03-01",
"name": "string",
"location": "string",
"properties": {
"asyncExecution": "bool",
"errorBlobUri": "string",
"outputBlobUri": "string",
"parameters": [
{
"name": "string",
"value": "string"
}
],
"protectedParameters": [
{
"name": "string",
"value": "string"
}
],
"runAsPassword": "string",
"runAsUser": "string",
"source": {
"commandId": "string",
"script": "string",
"scriptUri": "string"
},
"timeoutInSeconds": "int"
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands
名前 |
形容 |
価値 |
apiVersion |
API のバージョン |
'2021-03-01' |
場所 |
リソースの場所 |
string (必須) |
名前 |
リソース名 |
string (必須) |
プロパティ |
仮想マシンの実行コマンドのプロパティについて説明します。 |
VirtualMachineRunCommandProperties |
タグ |
リソース タグ |
タグ名と値のディクショナリ。 テンプレート の タグを参照してください |
種類 |
リソースの種類 |
'Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands' |
名前 |
形容 |
価値 |
名前 |
run コマンド のパラメーター名。 |
string (必須) |
価値 |
run コマンド パラメーターの値。 |
string (必須) |
VirtualMachineRunCommandProperties
名前 |
形容 |
価値 |
asyncExecution |
随意。 true に設定すると、スクリプトが開始されるとすぐにプロビジョニングが完了し、スクリプトが完了するまで待機しません。 |
bool |
errorBlobUri |
スクリプト エラー ストリームをアップロードする Azure Storage BLOB を指定します。 |
糸 |
outputBlobUri |
スクリプト出力ストリームをアップロードする Azure Storage BLOB を指定します。 |
糸 |
パラメーター |
スクリプトで使用されるパラメーター。 |
RunCommandInputParameter[] |
protectedParameters |
スクリプトで使用されるパラメーター。 |
RunCommandInputParameter[] |
runAsPassword |
実行コマンドの実行時に VM のユーザー アカウント パスワードを指定します。 |
糸 |
runAsUser |
実行コマンドの実行時に VM 上のユーザー アカウントを指定します。 |
糸 |
源 |
実行コマンド スクリプトのソース。 |
VirtualMachineRunCommandScriptSource |
timeoutInSeconds |
run コマンドを実行するためのタイムアウト (秒単位)。 |
int |
VirtualMachineRunCommandScriptSource
名前 |
形容 |
価値 |
commandId |
定義済みの組み込みスクリプトの commandId を指定します。 |
糸 |
スクリプト |
VM で実行するスクリプトコンテンツを指定します。 |
糸 |
scriptUri |
スクリプトのダウンロード場所を指定します。 |
糸 |
virtualMachineScaleSets/virtualMachines/runCommands リソースの種類は、次を対象とする操作でデプロイできます。
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands@2021-03-01"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
asyncExecution = bool
errorBlobUri = "string"
outputBlobUri = "string"
parameters = [
{
name = "string"
value = "string"
}
]
protectedParameters = [
{
name = "string"
value = "string"
}
]
runAsPassword = "string"
runAsUser = "string"
source = {
commandId = "string"
script = "string"
scriptUri = "string"
}
timeoutInSeconds = int
}
})
}
プロパティ値
Microsoft.Compute/virtualMachineScaleSets/virtualMachines/runCommands
名前 |
形容 |
価値 |
名前 |
run コマンド のパラメーター名。 |
string (必須) |
価値 |
run コマンド パラメーターの値。 |
string (必須) |
VirtualMachineRunCommandProperties
名前 |
形容 |
価値 |
asyncExecution |
随意。 true に設定すると、スクリプトが開始されるとすぐにプロビジョニングが完了し、スクリプトが完了するまで待機しません。 |
bool |
errorBlobUri |
スクリプト エラー ストリームをアップロードする Azure Storage BLOB を指定します。 |
糸 |
outputBlobUri |
スクリプト出力ストリームをアップロードする Azure Storage BLOB を指定します。 |
糸 |
パラメーター |
スクリプトで使用されるパラメーター。 |
RunCommandInputParameter[] |
protectedParameters |
スクリプトで使用されるパラメーター。 |
RunCommandInputParameter[] |
runAsPassword |
実行コマンドの実行時に VM のユーザー アカウント パスワードを指定します。 |
糸 |
runAsUser |
実行コマンドの実行時に VM 上のユーザー アカウントを指定します。 |
糸 |
源 |
実行コマンド スクリプトのソース。 |
VirtualMachineRunCommandScriptSource |
timeoutInSeconds |
run コマンドを実行するためのタイムアウト (秒単位)。 |
int |
VirtualMachineRunCommandScriptSource
名前 |
形容 |
価値 |
commandId |
定義済みの組み込みスクリプトの commandId を指定します。 |
糸 |
スクリプト |
VM で実行するスクリプトコンテンツを指定します。 |
糸 |
scriptUri |
スクリプトのダウンロード場所を指定します。 |
糸 |