次の方法で共有


VirtualMachineScaleSetVMRunCommandsOperationsExtensions.ListNext メソッド

定義

仮想マシン スケールセット内のインスタンスのすべての実行コマンドを取得する操作。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand> ListNext (this Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetVMRunCommandsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetVMRunCommandsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand>
<Extension()>
Public Function ListNext (operations As IVirtualMachineScaleSetVMRunCommandsOperations, nextPageLink As String) As IPage(Of VirtualMachineRunCommand)

パラメーター

operations
IVirtualMachineScaleSetVMRunCommandsOperations

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

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象