Freigeben über


AttachedDatabaseConfigurationsOperationsExtensions.ListByCluster Methode

Definition

Gibt die Liste der angefügten Datenbankkonfigurationen des angegebenen Kusto-Clusters zurück.

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

Parameter

operations
IAttachedDatabaseConfigurationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Kusto-Cluster enthält.

clusterName
String

Der Name des Kusto-Clusters.

Gibt zurück

Gilt für: