Compartir a través de


PrivateEndPointConnectionsOperationsExtensions.ListByFactoryAsync Método

Definición

Enumera las conexiones de punto de conexión privado

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.PrivateEndpointConnectionResource>> ListByFactoryAsync(this Microsoft.Azure.Management.DataFactory.IPrivateEndPointConnectionsOperations operations, string resourceGroupName, string factoryName, System.Threading.CancellationToken cancellationToken = default);
static member ListByFactoryAsync : Microsoft.Azure.Management.DataFactory.IPrivateEndPointConnectionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.PrivateEndpointConnectionResource>>
<Extension()>
Public Function ListByFactoryAsync (operations As IPrivateEndPointConnectionsOperations, resourceGroupName As String, factoryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateEndpointConnectionResource))

Parámetros

operations
IPrivateEndPointConnectionsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

El nombre del grupo de recursos.

factoryName
String

Nombre del generador.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a