ResourcesOperationsExtensions.ListNext(IResourcesOperations, String) メソッド

定義

サブスクリプション内のすべてのリソースを取得します。

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

パラメーター

operations
IResourcesOperations

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

nextPageLink
String

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

戻り値

適用対象