Freigeben über


IVirtualMachinesBeta.RunCommand(String, String, RunCommandInput) Methode

Definition

Führen Sie Befehle auf einem virtuellen Computer aus.

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

Parameter

groupName
String

Der Name der Ressourcengruppe.

name
String

Name der VM

inputCommand
RunCommandInput

Befehlseingabe.

Gibt zurück

Gilt für: