Compartir a través de


PrivateEndpointConnectionOperationsExtensions.ListByService Método

Definición

Enumera todas las conexiones de punto de conexión privado de la instancia de servicio de API Management.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnection> ListByService (this Microsoft.Azure.Management.ApiManagement.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string serviceName);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IPrivateEndpointConnectionOperations * string * string -> seq<Microsoft.Azure.Management.ApiManagement.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListByService (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, serviceName As String) As IEnumerable(Of PrivateEndpointConnection)

Parámetros

operations
IPrivateEndpointConnectionOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio API Management.

Devoluciones

Se aplica a