ManagedPrivateEndpointsOperationsExtensions.ListByFactory Method

Definition

Lists managed private endpoints.

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)

Parameters

operations
IManagedPrivateEndpointsOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

factoryName
String

The factory name.

managedVirtualNetworkName
String

Managed virtual network name

Returns

Applies to