Compartilhar via


PrivateLinkServicesOperationsExtensions.ListPrivateEndpointConnectionsNext Método

Definição

Obtém todas as conexões de ponto de extremidade privado para um serviço de link privado específico.

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

Parâmetros

operations
IPrivateLinkServicesOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Aplica-se a