Partilhar via


IVirtualMachineBeta.RunShellScript Método

Definição

Execute o script do shell na máquina virtual.

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

Parâmetros

scriptLines
IList<String>

Linhas de script do shell.

scriptParameters
IList<RunCommandInputParameter>

Parâmetros do script.

Retornos

Aplica-se a