次の方法で共有


IVirtualMachineBeta.RunPowerShellScriptAsync メソッド

定義

仮想マシンでシェル スクリプトを非同期的に実行します。

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)

パラメーター

scriptLines
IList<String>

PowerShell スクリプト行。

scriptParameters
IList<RunCommandInputParameter>

スクリプトのパラメータ。

cancellationToken
CancellationToken

戻り値

適用対象