Partager via


KustoAttachedDatabaseConfigurationCollection.GetAllAsync Méthode

Définition

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

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations
  • IdAttachedDatabaseConfigurations_ListByCluster d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoAttachedDatabaseConfigurationResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoAttachedDatabaseConfigurationResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.KustoAttachedDatabaseConfigurationResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of KustoAttachedDatabaseConfigurationResource)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de KustoAttachedDatabaseConfigurationResource service pour itérer.

S’applique à