IVirtualMachineBeta.RunShellScript Method

Definition

Run shell script in the virtual machine.

public Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandResultInner RunShellScript (System.Collections.Generic.IList<string> scriptLines, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInputParameter> scriptParameters);
abstract member RunShellScript : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInputParameter> -> Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandResultInner
Public Function RunShellScript (scriptLines As IList(Of String), scriptParameters As IList(Of RunCommandInputParameter)) As RunCommandResultInner

Parameters

scriptLines
IList<String>

Shell script lines.

scriptParameters
IList<RunCommandInputParameter>

Script parameters.

Returns

Applies to