次の方法で共有


VirtualMachinesOperationsExtensions.RunCommandAsync メソッド

定義

VM でコマンドを実行します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.RunCommandResult> RunCommandAsync (this Microsoft.Azure.Management.Compute.IVirtualMachinesOperations operations, string resourceGroupName, string vmName, Microsoft.Azure.Management.Compute.Models.RunCommandInput parameters, System.Threading.CancellationToken cancellationToken = default);
static member RunCommandAsync : Microsoft.Azure.Management.Compute.IVirtualMachinesOperations * string * string * Microsoft.Azure.Management.Compute.Models.RunCommandInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.RunCommandResult>
<Extension()>
Public Function RunCommandAsync (operations As IVirtualMachinesOperations, resourceGroupName As String, vmName As String, parameters As RunCommandInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RunCommandResult)

パラメーター

operations
IVirtualMachinesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

vmName
String

仮想マシンの名前。

parameters
RunCommandInput

Run コマンド操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象