次の方法で共有


ContainerAppsOperationsExtensions.ListBySubscriptionNext メソッド

定義

特定のサブスクリプションで Container Apps を取得します。

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

パラメーター

operations
IContainerAppsOperations

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

nextPageLink
String

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

戻り値

適用対象