Compartir a través de


IVirtualMachinesBeta.RunPowerShellScriptAsync Método

Definición

Ejecute el script de shell en una máquina virtual de forma asincrónica.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandResultInner> RunPowerShellScriptAsync (string groupName, string name, System.Collections.Generic.IList<string> scriptLines, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInputParameter> scriptParameters, System.Threading.CancellationToken cancellationToken = default);
abstract member RunPowerShellScriptAsync : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInputParameter> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandResultInner>
Public Function RunPowerShellScriptAsync (groupName As String, name As String, scriptLines As IList(Of String), scriptParameters As IList(Of RunCommandInputParameter), Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Devoluciones

Se aplica a