ResourcesOperationsExtensions.ListByResourceGroupNext メソッド

定義

リソース グループのすべてのリソースを取得します。

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

パラメーター

operations
IResourcesOperations

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

nextPageLink
String

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

戻り値

適用対象