Share via


IPrivateLinkProvider.ListPrivateEndpointConnections(String, String) Method

Definition

public System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection> ListPrivateEndpointConnections (string resourceGroupName, string serviceName);
abstract member ListPrivateEndpointConnections : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSPrivateEndpointConnection>
Public Function ListPrivateEndpointConnections (resourceGroupName As String, serviceName As String) As List(Of PSPrivateEndpointConnection)

Parameters

resourceGroupName
String
serviceName
String

Returns

Applies to