| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SyncAgentInner |
SyncAgentsClient.createOrUpdate(String resourceGroupName,
String serverName,
String syncAgentName)
Creates or updates a sync agent.
|
SyncAgentInner |
SyncAgentsClient.createOrUpdate(String resourceGroupName,
String serverName,
String syncAgentName,
String syncDatabaseId)
Creates or updates a sync agent.
|
SyncAgentInner |
SyncAgentsClient.createOrUpdate(String resourceGroupName,
String serverName,
String syncAgentName,
String syncDatabaseId,
com.azure.core.util.Context context)
Creates or updates a sync agent.
|
SyncAgentInner |
SyncAgentsClient.get(String resourceGroupName,
String serverName,
String syncAgentName)
Gets a sync agent.
|
| Modifier and Type | Method and Description |
|---|---|
SyncAgentInner |
SyncAgentInner.withSyncDatabaseId(String syncDatabaseId)
Set the syncDatabaseId property: ARM resource id of the sync database in the sync agent.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.