次の方法で共有


SharedGalleryImagesOperationsExtensions.ListNext メソッド

定義

サブスクリプション ID またはテナント ID で共有ギャラリー イメージを一覧表示します。

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

パラメーター

operations
ISharedGalleryImagesOperations

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

nextPageLink
String

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

戻り値

適用対象