| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<SqlSyncGroupLogProperty> |
SqlSyncGroup.listLogs(String startTime,
String endTime,
String type)
Gets a collection of sync group logs.
|
rx.Observable<SqlSyncGroupLogProperty> |
SqlSyncGroup.listLogsAsync(String startTime,
String endTime,
String type)
Gets a collection of sync group logs asynchronously.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/