Share via


ISqlSyncGroup.ListLogs(String, String, Type) Method

Definition

Gets a collection of sync group logs.

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)

Parameters

startTime
String

Get logs generated after this time.

endTime
String

Get logs generated before this time.

type
Type

The types of logs to retrieve.

Returns

Applies to