次の方法で共有


ISqlSyncGroup.ListLogs(String, String, Type) メソッド

定義

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

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Sql.Fluent.ISqlSyncGroupLogProperty> ListLogs (string startTime, string endTime, Microsoft.Azure.Management.Sql.Fluent.Models.Type type);
abstract member ListLogs : string * string * Microsoft.Azure.Management.Sql.Fluent.Models.Type -> seq<Microsoft.Azure.Management.Sql.Fluent.ISqlSyncGroupLogProperty>
Public Function ListLogs (startTime As String, endTime As String, type As Type) As IEnumerable(Of ISqlSyncGroupLogProperty)

パラメーター

startTime
String

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

endTime
String

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

type
Type

取得するログの種類。

戻り値

適用対象