次の方法で共有


AppsOperationsExtensions.ListBySubscriptionNext メソッド

定義

サブスクリプション内のすべての IoT Central アプリケーションを取得します。

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

パラメーター

operations
IAppsOperations

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

nextPageLink
String

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

戻り値

適用対象