Partilhar via


IVirtualMachineBeta.RunShellScriptAsync Método

Definição

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

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

Parâmetros

scriptLines
IList<String>

Linhas de script do shell.

scriptParameters
IList<RunCommandInputParameter>

Parâmetros do script.

cancellationToken
CancellationToken

Retornos

Aplica-se a