public interface SyncMembersClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SyncMemberInner>,SyncMemberInner> |
beginCreateOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
SyncMemberInner parameters)
Creates or updates a sync member.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SyncMemberInner>,SyncMemberInner> |
beginCreateOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
SyncMemberInner parameters,
com.azure.core.util.Context context)
Creates or updates a sync member.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SyncMemberInner>,SyncMemberInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
SyncMemberInner parameters)
Creates or updates a sync member.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Deletes a sync member.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
com.azure.core.util.Context context)
Deletes a sync member.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Deletes a sync member.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRefreshMemberSchema(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Refreshes a sync member database schema.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRefreshMemberSchema(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
com.azure.core.util.Context context)
Refreshes a sync member database schema.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginRefreshMemberSchemaAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Refreshes a sync member database schema.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SyncMemberInner>,SyncMemberInner> |
beginUpdate(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
SyncMemberInner parameters)
Updates an existing sync member.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SyncMemberInner>,SyncMemberInner> |
beginUpdate(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
SyncMemberInner parameters,
com.azure.core.util.Context context)
Updates an existing sync member.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SyncMemberInner>,SyncMemberInner> |
beginUpdateAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
SyncMemberInner parameters)
Updates an existing sync member.
|
SyncMemberInner |
createOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
SyncMemberInner parameters)
Creates or updates a sync member.
|
SyncMemberInner |
createOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
SyncMemberInner parameters,
com.azure.core.util.Context context)
Creates or updates a sync member.
|
Mono<SyncMemberInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
SyncMemberInner parameters)
Creates or updates a sync member.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
SyncMemberInner parameters)
Creates or updates a sync member.
|
void |
delete(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Deletes a sync member.
|
void |
delete(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
com.azure.core.util.Context context)
Deletes a sync member.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Deletes a sync member.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Deletes a sync member.
|
SyncMemberInner |
get(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Gets a sync member.
|
Mono<SyncMemberInner> |
getAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Gets a sync member.
|
com.azure.core.http.rest.Response<SyncMemberInner> |
getWithResponse(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
com.azure.core.util.Context context)
Gets a sync member.
|
Mono<com.azure.core.http.rest.Response<SyncMemberInner>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Gets a sync member.
|
com.azure.core.http.rest.PagedIterable<SyncMemberInner> |
listBySyncGroup(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Lists sync members in the given sync group.
|
com.azure.core.http.rest.PagedIterable<SyncMemberInner> |
listBySyncGroup(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
com.azure.core.util.Context context)
Lists sync members in the given sync group.
|
com.azure.core.http.rest.PagedFlux<SyncMemberInner> |
listBySyncGroupAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName)
Lists sync members in the given sync group.
|
com.azure.core.http.rest.PagedIterable<SyncFullSchemaPropertiesInner> |
listMemberSchemas(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Gets a sync member database schema.
|
com.azure.core.http.rest.PagedIterable<SyncFullSchemaPropertiesInner> |
listMemberSchemas(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
com.azure.core.util.Context context)
Gets a sync member database schema.
|
com.azure.core.http.rest.PagedFlux<SyncFullSchemaPropertiesInner> |
listMemberSchemasAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Gets a sync member database schema.
|
void |
refreshMemberSchema(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Refreshes a sync member database schema.
|
void |
refreshMemberSchema(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
com.azure.core.util.Context context)
Refreshes a sync member database schema.
|
Mono<Void> |
refreshMemberSchemaAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Refreshes a sync member database schema.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
refreshMemberSchemaWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName)
Refreshes a sync member database schema.
|
SyncMemberInner |
update(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
SyncMemberInner parameters)
Updates an existing sync member.
|
SyncMemberInner |
update(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
SyncMemberInner parameters,
com.azure.core.util.Context context)
Updates an existing sync member.
|
Mono<SyncMemberInner> |
updateAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
SyncMemberInner parameters)
Updates an existing sync member.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
String syncGroupName,
String syncMemberName,
SyncMemberInner parameters)
Updates an existing sync member.
|
Mono<com.azure.core.http.rest.Response<SyncMemberInner>> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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<SyncMemberInner> getAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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.SyncMemberInner get(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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<SyncMemberInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, 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 on which the sync member is hosted.syncMemberName - The name of the sync member.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, String syncMemberName, SyncMemberInner 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 on which the sync member is hosted.syncMemberName - The name of the sync member.parameters - An Azure SQL Database sync member.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<SyncMemberInner>,SyncMemberInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, SyncMemberInner 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 on which the sync member is hosted.syncMemberName - The name of the sync member.parameters - An Azure SQL Database sync member.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<SyncMemberInner>,SyncMemberInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, SyncMemberInner 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 on which the sync member is hosted.syncMemberName - The name of the sync member.parameters - An Azure SQL Database sync member.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<SyncMemberInner>,SyncMemberInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, SyncMemberInner 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 on which the sync member is hosted.syncMemberName - The name of the sync member.parameters - An Azure SQL Database sync member.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<SyncMemberInner> createOrUpdateAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, SyncMemberInner 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 on which the sync member is hosted.syncMemberName - The name of the sync member.parameters - An Azure SQL Database sync member.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.SyncMemberInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, SyncMemberInner 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 on which the sync member is hosted.syncMemberName - The name of the sync member.parameters - An Azure SQL Database sync member.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.SyncMemberInner createOrUpdate(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, SyncMemberInner 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 on which the sync member is hosted.syncMemberName - The name of the sync member.parameters - An Azure SQL Database sync member.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, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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, String syncMemberName, 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 on which the sync member is hosted.syncMemberName - The name of the sync member.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, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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, String syncMemberName, 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 on which the sync member is hosted.syncMemberName - The name of the sync member.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, String syncMemberName, SyncMemberInner 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 on which the sync member is hosted.syncMemberName - The name of the sync member.parameters - An Azure SQL Database sync member.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<SyncMemberInner>,SyncMemberInner> beginUpdateAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, SyncMemberInner 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 on which the sync member is hosted.syncMemberName - The name of the sync member.parameters - An Azure SQL Database sync member.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<SyncMemberInner>,SyncMemberInner> beginUpdate(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, SyncMemberInner 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 on which the sync member is hosted.syncMemberName - The name of the sync member.parameters - An Azure SQL Database sync member.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<SyncMemberInner>,SyncMemberInner> beginUpdate(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, SyncMemberInner 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 on which the sync member is hosted.syncMemberName - The name of the sync member.parameters - An Azure SQL Database sync member.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<SyncMemberInner> updateAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, SyncMemberInner 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 on which the sync member is hosted.syncMemberName - The name of the sync member.parameters - An Azure SQL Database sync member.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.SyncMemberInner update(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, SyncMemberInner 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 on which the sync member is hosted.syncMemberName - The name of the sync member.parameters - An Azure SQL Database sync member.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.SyncMemberInner update(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, SyncMemberInner 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 on which the sync member is hosted.syncMemberName - The name of the sync member.parameters - An Azure SQL Database sync member.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<SyncMemberInner> listBySyncGroupAsync(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<SyncMemberInner> listBySyncGroup(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<SyncMemberInner> listBySyncGroup(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> listMemberSchemasAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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> listMemberSchemas(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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> listMemberSchemas(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, 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 on which the sync member is hosted.syncMemberName - The name of the sync member.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>>> refreshMemberSchemaWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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> beginRefreshMemberSchemaAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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> beginRefreshMemberSchema(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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> beginRefreshMemberSchema(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, 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 on which the sync member is hosted.syncMemberName - The name of the sync member.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> refreshMemberSchemaAsync(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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 refreshMemberSchema(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName)
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 on which the sync member is hosted.syncMemberName - The name of the sync member.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 refreshMemberSchema(String resourceGroupName, String serverName, String databaseName, String syncGroupName, String syncMemberName, 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 on which the sync member is hosted.syncMemberName - The name of the sync member.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.