Share via


ISqlSyncGroup.ListLogsAsync(String, String, Type, CancellationToken) Methode

Definition

Ruft asynchron eine Auflistung von Synchronisierungsgruppenprotokollen ab.

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

Parameter

startTime
String

Ruft Protokolle ab, die nach diesem Zeitpunkt generiert werden.

endTime
String

Ruft Protokolle ab, die vor diesem Zeitpunkt generiert wurden.

type
Type

Die typen der abzurufenden Protokolle.

cancellationToken
CancellationToken

Gibt zurück

Gilt für: