次の方法で共有


PrivateEndpointConnectionsOperationsExtensions.ListNext メソッド

定義

名前空間内で使用可能な PrivateEndpointConnections を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639412.aspx

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

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

nextPageLink
String

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

戻り値

適用対象