Compartilhar via


PrivateEndpointConnectionsOperationsExtensions.ListAsync Método

Definição

Listar conexões de ponto de extremidade privado

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.PrivateEndpointConnection>> ListAsync (this Microsoft.Azure.Management.IotHub.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.IotHub.IPrivateEndpointConnectionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.IotHub.Models.PrivateEndpointConnection>>
<Extension()>
Public Function ListAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Listar propriedades de conexão de ponto de extremidade privado

Aplica-se a