共用方式為


PrivateEndpointConnectionsOperationsExtensions.List Method

Definition

Returns the list of private endpoint connections.

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)

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group containing the Kusto cluster.

clusterName
String

The name of the Kusto cluster.

Returns

Applies to