Share via


PrivateEndpointConnectionOperationsExtensions.ListByService Method

Definition

Lists all private endpoint connections of the API Management service instance.

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)

Parameters

operations
IPrivateEndpointConnectionOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

Returns

Applies to