ISqlSyncGroup.ListLogs(String, String, Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET