Share via


KustoClusterResource.GetFollowerDatabasesAsync(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_ListFollowerDatabases
public virtual Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition> GetFollowerDatabasesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetFollowerDatabasesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition>
override this.GetFollowerDatabasesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition>
Public Overridable Function GetFollowerDatabasesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of KustoFollowerDatabaseDefinition)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to