Compartilhar via


PrivateEndpointConnectionsOperationsExtensions.List Método

Definição

Listar conexões de ponto de extremidade 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

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

resourceGroupName
String

O nome do grupo de recursos que contém o hub IoT.

resourceName
String

O nome do hub IoT.

Retornos

Comentários

Listar propriedades de conexão de ponto de extremidade privado

Aplica-se a