PrivateEndpointConnectionsOperationsExtensions.ListByService Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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> ListByService (this Microsoft.Azure.Management.Search.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string searchServiceName, Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions searchManagementRequestOptions = default);
static member ListByService : Microsoft.Azure.Management.Search.IPrivateEndpointConnectionsOperations * string * string * Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Search.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListByService (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, searchServiceName 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.
- resourceGroupName
- String
Nom du groupe de ressources au sein de l’abonnement actuel. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.
- searchServiceName
- String
Nom du service Recherche cognitive Azure associé au groupe de ressources spécifié.
- searchManagementRequestOptions
- SearchManagementRequestOptions
Paramètres supplémentaires pour l’opération
Retours
S’applique à
Azure SDK for .NET