次の方法で共有


SnapshotsOperationsExtensions.ListByResourceGroupNext メソッド

定義

リソース グループの下にスナップショットを一覧表示します。

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

パラメーター

operations
ISnapshotsOperations

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

nextPageLink
String

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

戻り値

適用対象