Freigeben über


IPrivateLinkServices.ListPrivateEndpointConnectionsAsync Methode

Definition

Listet alle verbindungen des privaten Endpunkts in der Ressourcengruppe asynchron auf.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Network.Fluent.IPrivateEndpointConnection>> ListPrivateEndpointConnectionsAsync (string resourceGroupName, string privateLinkServiceName, bool loadAllPages = true, System.Threading.CancellationToken cancellationToken = default);
abstract member ListPrivateEndpointConnectionsAsync : string * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.Network.Fluent.IPrivateEndpointConnection>>
Public Function ListPrivateEndpointConnectionsAsync (resourceGroupName As String, privateLinkServiceName As String, Optional loadAllPages As Boolean = true, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IPrivateEndpointConnection))

Parameter

resourceGroupName
String

Der Wert des Ressourcengruppennamens.

privateLinkServiceName
String

Der Wert des Private Link-Diensts.

loadAllPages
Boolean
cancellationToken
CancellationToken

Gibt zurück

Gilt für: