次の方法で共有


ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions.ListNext メソッド

定義

アプリケーション ゲートウェイ上のすべてのプライベート エンドポイント接続を一覧表示します。

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

パラメーター

operations
IApplicationGatewayPrivateEndpointConnectionsOperations

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

nextPageLink
String

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

戻り値

適用対象