Share via


PrivateLinkServicesOperationsExtensions.ListPrivateEndpointConnectionsAsync Method

Definition

Gets all private end point connections for a specific private link service.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner>> ListPrivateEndpointConnectionsAsync (this Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations operations, string resourceGroupName, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member ListPrivateEndpointConnectionsAsync : Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner>>
<Extension()>
Public Function ListPrivateEndpointConnectionsAsync (operations As IPrivateLinkServicesOperations, resourceGroupName As String, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateEndpointConnectionInner))

Parameters

operations
IPrivateLinkServicesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the private link service.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to