com.azure.core.http.rest.PagedIterable<SyncGroupLogPropertiesInner> |
SyncGroupsClient.listLogs(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String startTime,
String endTime,
SyncGroupsType type) |
Gets a collection of sync group logs.
|
com.azure.core.http.rest.PagedIterable<SyncGroupLogPropertiesInner> |
SyncGroupsClient.listLogs(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String startTime,
String endTime,
SyncGroupsType type,
String continuationToken,
com.azure.core.util.Context context) |
Gets a collection of sync group logs.
|
com.azure.core.http.rest.PagedFlux<SyncGroupLogPropertiesInner> |
SyncGroupsClient.listLogsAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String startTime,
String endTime,
SyncGroupsType type) |
Gets a collection of sync group logs.
|
com.azure.core.http.rest.PagedFlux<SyncGroupLogPropertiesInner> |
SyncGroupsClient.listLogsAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String startTime,
String endTime,
SyncGroupsType type,
String continuationToken) |
Gets a collection of sync group logs.
|