次の方法で共有


KustoClusterResource.GetFollowerDatabases(CancellationToken) メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/listFollowerDatabases
  • 操作IdClusters_ListFollowerDatabases
public virtual Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition> GetFollowerDatabases (System.Threading.CancellationToken cancellationToken = default);
abstract member GetFollowerDatabases : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition>
override this.GetFollowerDatabases : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoFollowerDatabaseDefinition>
Public Overridable Function GetFollowerDatabases (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of KustoFollowerDatabaseDefinition)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象