Freigeben über


PrivateLinkServicesOperationsExtensions.ListPrivateEndpointConnections Methode

Definition

Ruft alle privaten Endpunktverbindungen für einen bestimmten Private Link-Dienst ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateEndpointConnection> ListPrivateEndpointConnections(this Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations operations, string resourceGroupName, string serviceName);
static member ListPrivateEndpointConnections : Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListPrivateEndpointConnections (operations As IPrivateLinkServicesOperations, resourceGroupName As String, serviceName As String) As IPage(Of PrivateEndpointConnection)

Parameter

operations
IPrivateLinkServicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des Private Link-Diensts.

Gibt zurück

Gilt für: