Partager via


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

Définition

Obtient une collection de journaux de groupe de synchronisation de manière asynchrone.

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))

Paramètres

startTime
String

Obtenez les journaux générés après cette heure.

endTime
String

Obtenez les journaux générés avant cette heure.

type
Type

Types de journaux à récupérer.

cancellationToken
CancellationToken

Retours

S’applique à