次の方法で共有


VirtualMachineScaleSetsOperationsExtensions.ListAllNext メソッド

定義

関連付けられているリソース グループに関係なく、サブスクリプション内のすべての VM スケール セットの一覧を取得します。 応答で nextLink プロパティを使用して、VM スケール セットの次のページを取得します。 nextLink が null になるまでこれを行って、すべての VM スケール セットをフェッチします。

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

パラメーター

operations
IVirtualMachineScaleSetsOperations

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

nextPageLink
String

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

戻り値

適用対象