次の方法で共有


KustoClusterResource.GetFollowerDatabasesAsync(CancellationToken) メソッド

定義

このクラスターが所有し、その後に別のクラスターが続いたデータベースの一覧を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/listFollowerDatabases
  • 操作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)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の KustoFollowerDatabaseDefinition サービス要求を受け取る可能性がある の非同期コレクション。

適用対象