ISqlSyncGroup.ListLogs(String, String, Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.