次の方法で共有


VirtualMachineRunCommandsOperationsExtensions.GetByVirtualMachine メソッド

定義

run コマンドを取得する操作。

public static Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand GetByVirtualMachine (this Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations operations, string resourceGroupName, string vmName, string runCommandName, string expand = default);
static member GetByVirtualMachine : Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations * string * string * string * string -> Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand
<Extension()>
Public Function GetByVirtualMachine (operations As IVirtualMachineRunCommandsOperations, resourceGroupName As String, vmName As String, runCommandName As String, Optional expand As String = Nothing) As VirtualMachineRunCommand

パラメーター

operations
IVirtualMachineRunCommandsOperations

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

resourceGroupName
String

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

vmName
String

run コマンドを含む仮想マシンの名前。

runCommandName
String

仮想マシンの実行コマンドの名前。

expand
String

操作に適用する展開式。

戻り値

適用対象