ManagedPrivateEndpointsOperationsExtensions.ListByFactory Método

Definição

Lista pontos de extremidade privados gerenciados.

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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

factoryName
String

O nome da fábrica.

managedVirtualNetworkName
String

Nome da rede virtual gerenciada

Retornos

Aplica-se a