共用方式為


ClustersOperationsExtensions.List(IClustersOperations) Method

Definition

Lists all Kusto clusters within a subscription.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.Cluster> List (this Microsoft.Azure.Management.Kusto.IClustersOperations operations);
static member List : Microsoft.Azure.Management.Kusto.IClustersOperations -> seq<Microsoft.Azure.Management.Kusto.Models.Cluster>
<Extension()>
Public Function List (operations As IClustersOperations) As IEnumerable(Of Cluster)

Parameters

operations
IClustersOperations

The operations group for this extension method.

Returns

Applies to