Partager via


ISqlSyncGroup.ListLogs(String, String, Type) Méthode

Définition

Obtient une collection de journaux de groupe de synchronisation.

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)

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.

Retours

S’applique à