Partilhar via


IVirtualMachinesBeta.RunCommand(String, String, RunCommandInput) Método

Definição

Execute comandos em uma máquina virtual.

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

Parâmetros

groupName
String

O nome do grupo de recursos.

name
String

O nome da máquina virtual.

inputCommand
RunCommandInput

Entrada de comando.

Retornos

Aplica-se a