次の方法で共有


LabPlansOperationsExtensions.ListBySubscriptionNext メソッド

定義

サブスクリプションのすべてのラボ プランを取得します。

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

パラメーター

operations
ILabPlansOperations

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

nextPageLink
String

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

戻り値

注釈

サブスクリプション内のすべてのラボ プランの一覧を返します

適用対象