Share via


KustoClusterResource.GetFollowerDatabasesGet(CancellationToken) Method

Definition

Returns a list of databases that are owned by this cluster and were followed by another cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/listFollowerDatabases
  • Operation Id: Clusters_ListFollowerDatabasesGet
  • Default Api Version: 2024-04-13
  • Resource: KustoClusterResource
public virtual Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoFollowerDatabase> GetFollowerDatabasesGet(System.Threading.CancellationToken cancellationToken = default);
abstract member GetFollowerDatabasesGet : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoFollowerDatabase>
override this.GetFollowerDatabasesGet : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoFollowerDatabase>
Public Overridable Function GetFollowerDatabasesGet (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of KustoFollowerDatabase)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to