| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
static SyncGroupsType |
SyncGroupsType.ALL
Static value All for SyncGroupsType.
|
static SyncGroupsType |
SyncGroupsType.ERROR
Static value Error for SyncGroupsType.
|
static SyncGroupsType |
SyncGroupsType.SUCCESS
Static value Success for SyncGroupsType.
|
static SyncGroupsType |
SyncGroupsType.WARNING
Static value Warning for SyncGroupsType.
|
| Modifier and Type | Method and Description |
|---|---|
static SyncGroupsType |
SyncGroupsType.fromString(String name)
Creates or finds a SyncGroupsType from its string representation.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.