次の方法で共有


VirtualMachineScaleSetVMRunCommandsOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
IVirtualMachineScaleSetVMRunCommandsOperations

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

resourceGroupName
String

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

vmScaleSetName
String

VM スケール セットの名前。

instanceId
String

仮想マシンのインスタンス ID。

runCommandName
String

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

expand
String

操作に適用する展開式。

戻り値

適用対象