Partager via


IVirtualMachineBeta.RunPowerShellScriptAsync Méthode

Définition

Exécutez le script d’interpréteur de commandes dans la machine virtuelle de manière asynchrone.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandResultInner> RunPowerShellScriptAsync (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 : 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 (scriptLines As IList(Of String), scriptParameters As IList(Of RunCommandInputParameter), Optional cancellationToken As CancellationToken = Nothing) As Task(Of RunCommandResultInner)

Paramètres

scriptLines
IList<String>

Lignes de script PowerShell.

scriptParameters
IList<RunCommandInputParameter>

Paramètres de script

cancellationToken
CancellationToken

Retours

S’applique à