Partilhar via


ISqlSyncGroup.ListLogsAsync(String, String, Type, CancellationToken) Método

Definição

Obtém uma coleção de logs de grupo de sincronização de forma assíncrona.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Fluent.ISqlSyncGroupLogProperty>> ListLogsAsync (string startTime, string endTime, Microsoft.Azure.Management.Sql.Fluent.Models.Type type, System.Threading.CancellationToken cancellationToken = default);
abstract member ListLogsAsync : string * string * Microsoft.Azure.Management.Sql.Fluent.Models.Type * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Sql.Fluent.ISqlSyncGroupLogProperty>>
Public Function ListLogsAsync (startTime As String, endTime As String, type As Type, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ISqlSyncGroupLogProperty))

Parâmetros

startTime
String

Obter logs gerados após esse tempo.

endTime
String

Obtenha os logs gerados antes dessa hora.

type
Type

Os tipos de logs a serem recuperados.

cancellationToken
CancellationToken

Retornos

Aplica-se a