次の方法で共有


GalleriesOperationsExtensions.ListByResourceGroupNext メソッド

定義

リソース グループの下にギャラリーを一覧表示します。

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

パラメーター

operations
IGalleriesOperations

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

nextPageLink
String

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

戻り値

適用対象