Partager via


ServicesOperationsExtensions.ListBySubscriptionNext Méthode

Définition

Obtient la liste de tous les services de recherche dans l’abonnement donné. https://aka.ms/search-manage

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

Paramètres

operations
IServicesOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

searchManagementRequestOptions
SearchManagementRequestOptions

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

Retours

S’applique à