Compartir a través de


IVirtualMachinesBeta.RunPowerShellScript Método

Definición

Ejecute el script de shell en una máquina virtual.

public Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandResultInner RunPowerShellScript (string groupName, string name, System.Collections.Generic.IList<string> scriptLines, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInputParameter> scriptParameters);
abstract member RunPowerShellScript : string * string * 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 RunPowerShellScript (groupName As String, name As String, scriptLines As IList(Of String), scriptParameters As IList(Of RunCommandInputParameter)) As RunCommandResultInner

Parámetros

groupName
String

El nombre del grupo de recursos.

name
String

Nombre de la máquina virtual.

scriptLines
IList<String>

Líneas de script de PowerShell.

scriptParameters
IList<RunCommandInputParameter>

Parámetros de la secuencia de comandos.

Devoluciones

Se aplica a