KustoAttachedDatabaseConfigurationCollection.GetAll(CancellationToken) 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.Pageable<Azure.ResourceManager.Kusto.KustoAttachedDatabaseConfigurationResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.KustoAttachedDatabaseConfigurationResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.KustoAttachedDatabaseConfigurationResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of KustoAttachedDatabaseConfigurationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to