Compartir a través de


PrivateLinkResourcesOperationsExtensions.List Método

Definición

Devuelve la lista de recursos de vínculo privado.

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

Parámetros

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

Nombre del grupo de recursos que contiene el clúster de Kusto.

clusterName
String

Nombre del clúster de Kusto.

Devoluciones

Se aplica a