Compartilhar via


PrivateEndpointConnectionOperationsExtensions.ListByService Método

Definição

Lista todas as conexões de ponto de extremidade privado da instância de serviço Gerenciamento de API.

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

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

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço Gerenciamento de API.

Retornos

Aplica-se a