次の方法で共有


PrivateEndpointConnectionsPrivateLinkHubOperationsExtensions.ListNext メソッド

定義

PrivateLinkHub ですべての PrivateEndpointConnections を取得する

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

パラメーター

operations
IPrivateEndpointConnectionsPrivateLinkHubOperations

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

nextPageLink
String

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

戻り値

適用対象