你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IVirtualMachinesBeta.RunCommand(String, String, RunCommandInput) 方法

定义

在虚拟机中运行命令。

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

参数

groupName
String

资源组名称。

name
String

虚拟机名称。

inputCommand
RunCommandInput

命令输入。

返回

适用于