KustoAttachedDatabaseConfigurationCollection.GetAllAsync Method

Definition

Returns the list of attached database configurations of the given Kusto cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/attachedDatabaseConfigurations
  • Operation Id: AttachedDatabaseConfigurations_ListByCluster
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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of KustoAttachedDatabaseConfigurationResource that may take multiple service requests to iterate over.

Applies to