次の方法で共有


ImagesOperationsExtensions.ListByLabPlanNext メソッド

定義

すべてのイメージを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Image> ListByLabPlanNext (this Microsoft.Azure.Management.LabServices.IImagesOperations operations, string nextPageLink);
static member ListByLabPlanNext : Microsoft.Azure.Management.LabServices.IImagesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Image>
<Extension()>
Public Function ListByLabPlanNext (operations As IImagesOperations, nextPageLink As String) As IPage(Of Image)

パラメーター

operations
IImagesOperations

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

nextPageLink
String

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

戻り値

注釈

ラボ プランにアタッチされているギャラリーからすべてのイメージを取得します。

適用対象