Compartir a través de


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

Definición

Obtiene una colección de registros de grupo de sincronización de forma asincrónica.

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

Obtenga los registros generados después de este tiempo.

endTime
String

Obtenga los registros generados antes de esta hora.

type
Type

Los tipos de registros que se van a recuperar.

cancellationToken
CancellationToken

Devoluciones

Se aplica a