Partager via


AttachedDatabaseConfigurationsOperationsExtensions.ListByClusterAsync Méthode

Définition

Retourne la liste des configurations de base de données jointes du cluster Kusto donné.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfiguration>> ListByClusterAsync (this Microsoft.Azure.Management.Kusto.IAttachedDatabaseConfigurationsOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListByClusterAsync : Microsoft.Azure.Management.Kusto.IAttachedDatabaseConfigurationsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Kusto.Models.AttachedDatabaseConfiguration>>
<Extension()>
Public Function ListByClusterAsync (operations As IAttachedDatabaseConfigurationsOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of AttachedDatabaseConfiguration))

Paramètres

operations
IAttachedDatabaseConfigurationsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources contenant le cluster Kusto.

clusterName
String

Nom du cluster Kusto.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à