次の方法で共有


ISqlSyncGroup.ListLogsAsync(String, String, Type, CancellationToken) メソッド

定義

同期グループ ログのコレクションを非同期的に取得します。

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

パラメーター

startTime
String

この後に生成されたログを取得します。

endTime
String

この時刻より前に生成されたログを取得します。

type
Type

取得するログの種類。

cancellationToken
CancellationToken

戻り値

適用対象