Partilhar via


PrivateEndpointConnectionsOperationsExtensions.List Método

Definição

Retorna a lista de conexões de ponto de extremidade privado.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.PrivateEndpointConnection> List (this Microsoft.Azure.Management.Kusto.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string clusterName);
static member List : Microsoft.Azure.Management.Kusto.IPrivateEndpointConnectionsOperations * string * string -> seq<Microsoft.Azure.Management.Kusto.Models.PrivateEndpointConnection>
<Extension()>
Public Function List (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, clusterName As String) As IEnumerable(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 cluster Kusto.

clusterName
String

O nome do cluster Kusto.

Retornos

Aplica-se a