Compartilhar via


IVirtualMachinesBeta.RunPowerShellScriptAsync Método

Definição

Execute o script do shell em uma máquina virtual de forma assíncrona.

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

O nome do grupo de recursos.

name
String

O nome da máquina virtual.

scriptLines
IList<String>

Linhas de script do PowerShell.

scriptParameters
IList<RunCommandInputParameter>

Parâmetros do script.

cancellationToken
CancellationToken

Retornos

Aplica-se a