Compartir a través de


ManagedPrivateEndpointsOperationsExtensions.ListByFactory Método

Definición

Enumera los puntos de conexión privados administrados.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.ManagedPrivateEndpointResource> ListByFactory(this Microsoft.Azure.Management.DataFactory.IManagedPrivateEndpointsOperations operations, string resourceGroupName, string factoryName, string managedVirtualNetworkName);
static member ListByFactory : Microsoft.Azure.Management.DataFactory.IManagedPrivateEndpointsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.ManagedPrivateEndpointResource>
<Extension()>
Public Function ListByFactory (operations As IManagedPrivateEndpointsOperations, resourceGroupName As String, factoryName As String, managedVirtualNetworkName As String) As IPage(Of ManagedPrivateEndpointResource)

Parámetros

operations
IManagedPrivateEndpointsOperations

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

resourceGroupName
String

El nombre del grupo de recursos.

factoryName
String

Nombre del generador.

managedVirtualNetworkName
String

Nombre de red virtual administrada

Devoluciones

Se aplica a