次の方法で共有


VirtualMachinesOperationsExtensions.ListAllNext メソッド

定義

指定したサブスクリプション内のすべての仮想マシンを一覧表示します。 応答で nextLink プロパティを使用して、仮想マシンの次のページを取得します。

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

パラメーター

operations
IVirtualMachinesOperations

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

nextPageLink
String

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

戻り値

適用対象