Compartir a través de


IotDpsResourceOperationsExtensions.ListPrivateEndpointConnections Método

Definición

Enumeración de conexiones de punto de conexión privado

public static System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnection> ListPrivateEndpointConnections (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string resourceGroupName, string resourceName);
static member ListPrivateEndpointConnections : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnection>
<Extension()>
Public Function ListPrivateEndpointConnections (operations As IIotDpsResourceOperations, resourceGroupName As String, resourceName As String) As IList(Of PrivateEndpointConnection)

Parámetros

operations
IIotDpsResourceOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos que contiene el servicio de aprovisionamiento.

resourceName
String

Nombre del servicio de aprovisionamiento.

Devoluciones

Comentarios

Enumeración de las propiedades de conexión de punto de conexión privado

Se aplica a