public interface SyncGroupsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SyncGroupInner>,SyncGroupInner> |
beginCreateOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
SyncGroupInner parameters)
Creates or updates a sync group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SyncGroupInner>,SyncGroupInner> |
beginCreateOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
SyncGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates a sync group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SyncGroupInner>,SyncGroupInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
SyncGroupInner parameters)
Creates or updates a sync group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Deletes a sync group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
com.azure.core.util.Context context)
Deletes a sync group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Deletes a sync group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRefreshHubSchema(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Refreshes a hub database schema.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRefreshHubSchema(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
com.azure.core.util.Context context)
Refreshes a hub database schema.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRefreshHubSchemaAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Refreshes a hub database schema.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SyncGroupInner>,SyncGroupInner> |
beginUpdate(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
SyncGroupInner parameters)
Updates a sync group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SyncGroupInner>,SyncGroupInner> |
beginUpdate(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
SyncGroupInner parameters,
com.azure.core.util.Context context)
Updates a sync group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SyncGroupInner>,SyncGroupInner> |
beginUpdateAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
SyncGroupInner parameters)
Updates a sync group.
|
void |
cancelSync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Cancels a sync group synchronization.
|
Mono<Void> |
cancelSyncAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Cancels a sync group synchronization.
|
com.azure.core.http.rest.Response<Void> |
cancelSyncWithResponse(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
com.azure.core.util.Context context)
Cancels a sync group synchronization.
|
Mono<com.azure.core.http.rest.Response<Void>> |
cancelSyncWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Cancels a sync group synchronization.
|
SyncGroupInner |
createOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
SyncGroupInner parameters)
Creates or updates a sync group.
|
SyncGroupInner |
createOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
SyncGroupInner parameters,
com.azure.core.util.Context context)
Creates or updates a sync group.
|
Mono<SyncGroupInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
SyncGroupInner parameters)
Creates or updates a sync group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
SyncGroupInner parameters)
Creates or updates a sync group.
|
void |
delete(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Deletes a sync group.
|
void |
delete(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
com.azure.core.util.Context context)
Deletes a sync group.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Deletes a sync group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Deletes a sync group.
|
SyncGroupInner |
get(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Gets a sync group.
|
Mono<SyncGroupInner> |
getAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Gets a sync group.
|
com.azure.core.http.rest.Response<SyncGroupInner> |
getWithResponse(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
com.azure.core.util.Context context)
Gets a sync group.
|
Mono<com.azure.core.http.rest.Response<SyncGroupInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Gets a sync group.
|
com.azure.core.http.rest.PagedIterable<SyncGroupInner> |
listByDatabase(String resourceGroupName,
String serverName,
String databaseName)
Lists sync groups under a hub database.
|
com.azure.core.http.rest.PagedIterable<SyncGroupInner> |
listByDatabase(String resourceGroupName,
String serverName,
String databaseName,
com.azure.core.util.Context context)
Lists sync groups under a hub database.
|
com.azure.core.http.rest.PagedFlux<SyncGroupInner> |
listByDatabaseAsync(String resourceGroupName,
String serverName,
String databaseName)
Lists sync groups under a hub database.
|
com.azure.core.http.rest.PagedIterable<SyncFullSchemaPropertiesInner> |
listHubSchemas(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Gets a collection of hub database schemas.
|
com.azure.core.http.rest.PagedIterable<SyncFullSchemaPropertiesInner> |
listHubSchemas(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
com.azure.core.util.Context context)
Gets a collection of hub database schemas.
|
com.azure.core.http.rest.PagedFlux<SyncFullSchemaPropertiesInner> |
listHubSchemasAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Gets a collection of hub database schemas.
|
com.azure.core.http.rest.PagedIterable<SyncGroupLogPropertiesInner> |
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> |
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> |
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> |
listLogsAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String startTime,
String endTime,
SyncGroupsType type,
String continuationToken)
Gets a collection of sync group logs.
|
com.azure.core.http.rest.PagedIterable<SyncDatabaseIdPropertiesInner> |
listSyncDatabaseIds(String locationName)
Gets a collection of sync database ids.
|
com.azure.core.http.rest.PagedIterable<SyncDatabaseIdPropertiesInner> |
listSyncDatabaseIds(String locationName,
com.azure.core.util.Context context)
Gets a collection of sync database ids.
|
com.azure.core.http.rest.PagedFlux<SyncDatabaseIdPropertiesInner> |
listSyncDatabaseIdsAsync(String locationName)
Gets a collection of sync database ids.
|
void |
refreshHubSchema(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Refreshes a hub database schema.
|
void |
refreshHubSchema(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
com.azure.core.util.Context context)
Refreshes a hub database schema.
|
Mono<Void> |
refreshHubSchemaAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Refreshes a hub database schema.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
refreshHubSchemaWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Refreshes a hub database schema.
|
void |
triggerSync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Triggers a sync group synchronization.
|
Mono<Void> |
triggerSyncAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Triggers a sync group synchronization.
|
com.azure.core.http.rest.Response<Void> |
triggerSyncWithResponse(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
com.azure.core.util.Context context)
Triggers a sync group synchronization.
|
Mono<com.azure.core.http.rest.Response<Void>> |
triggerSyncWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Triggers a sync group synchronization.
|
SyncGroupInner |
update(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
SyncGroupInner parameters)
Updates a sync group.
|
SyncGroupInner |
update(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
SyncGroupInner parameters,
com.azure.core.util.Context context)
Updates a sync group.
|
Mono<SyncGroupInner> |
updateAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
SyncGroupInner parameters)
Updates a sync group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
SyncGroupInner parameters)
Updates a sync group.
|
com.azure.core.http.rest.PagedFlux<SyncDatabaseIdPropertiesInner> listSyncDatabaseIdsAsync(String locationName)
locationName - The name of the region where the resource is located.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SyncDatabaseIdPropertiesInner> listSyncDatabaseIds(String locationName)
locationName - The name of the region where the resource is located.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SyncDatabaseIdPropertiesInner> listSyncDatabaseIds(String locationName, com.azure.core.util.Context context)
locationName - The name of the region where the resource is located.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> refreshHubSchemaWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginRefreshHubSchemaAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRefreshHubSchema(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginRefreshHubSchema(String resourceGroupName, String serverName, String databaseName, String syncGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> refreshHubSchemaAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void refreshHubSchema(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void refreshHubSchema(String resourceGroupName, String serverName, String databaseName, String syncGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SyncFullSchemaPropertiesInner> listHubSchemasAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SyncFullSchemaPropertiesInner> listHubSchemas(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SyncFullSchemaPropertiesInner> listHubSchemas(String resourceGroupName, String serverName, String databaseName, String syncGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SyncGroupLogPropertiesInner> listLogsAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String startTime, String endTime, SyncGroupsType type, String continuationToken)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.startTime - Get logs generated after this time.endTime - Get logs generated before this time.type - The types of logs to retrieve.continuationToken - The continuation token for this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SyncGroupLogPropertiesInner> listLogsAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String startTime, String endTime, SyncGroupsType type)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.startTime - Get logs generated after this time.endTime - Get logs generated before this time.type - The types of logs to retrieve.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SyncGroupLogPropertiesInner> listLogs(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String startTime, String endTime, SyncGroupsType type, String continuationToken, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.startTime - Get logs generated after this time.endTime - Get logs generated before this time.type - The types of logs to retrieve.continuationToken - The continuation token for this operation.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SyncGroupLogPropertiesInner> listLogs(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String startTime, String endTime, SyncGroupsType type)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.startTime - Get logs generated after this time.endTime - Get logs generated before this time.type - The types of logs to retrieve.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> cancelSyncWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> cancelSyncAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void cancelSync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> cancelSyncWithResponse(String resourceGroupName, String serverName, String databaseName, String syncGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Void>> triggerSyncWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> triggerSyncAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void triggerSync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> triggerSyncWithResponse(String resourceGroupName, String serverName, String databaseName, String syncGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SyncGroupInner>> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SyncGroupInner> getAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SyncGroupInner get(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SyncGroupInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, String syncGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, SyncGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.parameters - An Azure SQL Database sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SyncGroupInner>,SyncGroupInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, SyncGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.parameters - An Azure SQL Database sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SyncGroupInner>,SyncGroupInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String syncGroupName, SyncGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.parameters - An Azure SQL Database sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SyncGroupInner>,SyncGroupInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String syncGroupName, SyncGroupInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.parameters - An Azure SQL Database sync group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SyncGroupInner> createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, SyncGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.parameters - An Azure SQL Database sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SyncGroupInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, String syncGroupName, SyncGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.parameters - An Azure SQL Database sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SyncGroupInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, String syncGroupName, SyncGroupInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.parameters - An Azure SQL Database sync group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String serverName, String databaseName, String syncGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String serverName, String databaseName, String syncGroupName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String serverName, String databaseName, String syncGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, SyncGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.parameters - An Azure SQL Database sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SyncGroupInner>,SyncGroupInner> beginUpdateAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, SyncGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.parameters - An Azure SQL Database sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SyncGroupInner>,SyncGroupInner> beginUpdate(String resourceGroupName, String serverName, String databaseName, String syncGroupName, SyncGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.parameters - An Azure SQL Database sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SyncGroupInner>,SyncGroupInner> beginUpdate(String resourceGroupName, String serverName, String databaseName, String syncGroupName, SyncGroupInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.parameters - An Azure SQL Database sync group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SyncGroupInner> updateAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, SyncGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.parameters - An Azure SQL Database sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SyncGroupInner update(String resourceGroupName, String serverName, String databaseName, String syncGroupName, SyncGroupInner parameters)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.parameters - An Azure SQL Database sync group.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SyncGroupInner update(String resourceGroupName, String serverName, String databaseName, String syncGroupName, SyncGroupInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.syncGroupName - The name of the sync group.parameters - An Azure SQL Database sync group.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SyncGroupInner> listByDatabaseAsync(String resourceGroupName, String serverName, String databaseName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SyncGroupInner> listByDatabase(String resourceGroupName, String serverName, String databaseName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SyncGroupInner> listByDatabase(String resourceGroupName, String serverName, String databaseName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.databaseName - The name of the database on which the sync group is hosted.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.