Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.List Método

Definición

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

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

Parámetros

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

Nombre del grupo de recursos que contiene el centro de IoT.

resourceName
String

Nombre del centro de IoT.

Devoluciones

Comentarios

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

Se aplica a