Share via


IVirtualMachinesBeta.RunCommand(String, String, RunCommandInput) Method

Definition

Run commands in a virtual machine.

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

Parameters

groupName
String

The resource group name.

name
String

The virtual machine name.

inputCommand
RunCommandInput

Command input.

Returns

Applies to