Partager via


PrivateEndpointConnectionsOperationsExtensions.ListByServiceNext Méthode

Définition

Obtient la liste de toutes les connexions de point de terminaison privé dans le service donné. https://aka.ms/search-manage

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Search.Models.PrivateEndpointConnection> ListByServiceNext (this Microsoft.Azure.Management.Search.IPrivateEndpointConnectionsOperations operations, string nextPageLink, Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default);
static member ListByServiceNext : Microsoft.Azure.Management.Search.IPrivateEndpointConnectionsOperations * string * Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Search.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListByServiceNext (operations As IPrivateEndpointConnectionsOperations, nextPageLink As String, Optional searchManagementRequestOptions As SearchManagementRequestOptions = Nothing) As IPage(Of PrivateEndpointConnection)

Paramètres

operations
IPrivateEndpointConnectionsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

searchManagementRequestOptions
SearchManagementRequestOptions

Paramètres supplémentaires pour l’opération

Retours

S’applique à