次の方法で共有


IVirtualMachinesBeta.RunPowerShellScriptAsync メソッド

定義

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

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)

パラメーター

groupName
String

リソース グループ名。

name
String

仮想マシン名。

scriptLines
IList<String>

PowerShell スクリプト行。

scriptParameters
IList<RunCommandInputParameter>

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

cancellationToken
CancellationToken

戻り値

適用対象