次の方法で共有


ManagedInstancePrivateEndpointConnectionsOperationsExtensions.ListByManagedInstanceNext メソッド

定義

サーバー上のすべてのプライベート エンドポイント接続を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointConnection> ListByManagedInstanceNext (this Microsoft.Azure.Management.Sql.IManagedInstancePrivateEndpointConnectionsOperations operations, string nextPageLink);
static member ListByManagedInstanceNext : Microsoft.Azure.Management.Sql.IManagedInstancePrivateEndpointConnectionsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointConnection>
<Extension()>
Public Function ListByManagedInstanceNext (operations As IManagedInstancePrivateEndpointConnectionsOperations, nextPageLink As String) As IPage(Of ManagedInstancePrivateEndpointConnection)

パラメーター

operations
IManagedInstancePrivateEndpointConnectionsOperations

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

nextPageLink
String

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

戻り値

適用対象