次の方法で共有


IVirtualMachineScaleSetsBeta.RunCommandInVMInstance メソッド

定義

スケール セット内の仮想マシン インスタンスでコマンドを実行します。

public Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandResultInner RunCommandInVMInstance (string groupName, string scaleSetName, string vmId, Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInput inputCommand);
abstract member RunCommandInVMInstance : string * string * string * Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInput -> Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandResultInner
Public Function RunCommandInVMInstance (groupName As String, scaleSetName As String, vmId As String, inputCommand As RunCommandInput) As RunCommandResultInner

パラメーター

groupName
String

リソース グループ名。

scaleSetName
String

仮想マシン スケール セット名。

vmId
String

仮想マシン インスタンス ID。

inputCommand
RunCommandInput

コマンド入力。

戻り値

適用対象