Freigeben über


KustoClusterResource.GetFollowerDatabasesAsync(CancellationToken) Methode

Definition

Gibt eine Liste der Datenbanken zurück, die sich im Besitz dieses Clusters befinden und auf die ein anderer Cluster folgte.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/listFollowerDatabases
  • Vorgangs-IdClusters_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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von KustoFollowerDatabaseDefinition , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: