次の方法で共有


VirtualMachinesOperationsExtensions.ListByLocationNext メソッド

定義

指定した場所の指定したサブスクリプションの下にあるすべての仮想マシンを取得します。

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

パラメーター

operations
IVirtualMachinesOperations

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

nextPageLink
String

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

戻り値

適用対象