Compartilhar via


ClustersOperationsExtensions.ListFollowerDatabasesAsync Método

Definição

Retorna uma lista de bancos de dados que pertencem a esse cluster e que foram seguidos por outro cluster.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Kusto.Models.FollowerDatabaseDefinition>> ListFollowerDatabasesAsync (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member ListFollowerDatabasesAsync : Microsoft.Azure.Management.Kusto.IClustersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Kusto.Models.FollowerDatabaseDefinition>>
<Extension()>
Public Function ListFollowerDatabasesAsync (operations As IClustersOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of FollowerDatabaseDefinition))

Parâmetros

operations
IClustersOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos que contém o cluster Kusto.

clusterName
String

O nome do cluster Kusto.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a