次の方法で共有


PrivateEndpointConnectionsOperationsExtensions.ListByClusterNext メソッド

定義

HDInsight クラスターのプライベート エンドポイント接続を一覧表示します。

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

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

nextPageLink
String

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

戻り値

適用対象