IVirtualMachineBeta.RunPowerShellScriptAsync Method

Definition

Run shell script in the virtual machine asynchronously.

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)

Parameters

scriptLines
IList<String>

PowerShell script lines.

scriptParameters
IList<RunCommandInputParameter>

Script parameters.

cancellationToken
CancellationToken

Returns

Applies to