Partilhar via


ManagedPrivateEndpointsOperationsExtensions.List Método

Definição

Retorna a lista de pontos de extremidade privados gerenciados.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint> List (this Microsoft.Azure.Management.Kusto.IManagedPrivateEndpointsOperations operations, string resourceGroupName, string clusterName);
static member List : Microsoft.Azure.Management.Kusto.IManagedPrivateEndpointsOperations * string * string -> seq<Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint>
<Extension()>
Public Function List (operations As IManagedPrivateEndpointsOperations, resourceGroupName As String, clusterName As String) As IEnumerable(Of ManagedPrivateEndpoint)

Parâmetros

operations
IManagedPrivateEndpointsOperations

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