public interface SqlSyncMember extends ExternalChildResource<SqlSyncMember,SqlSyncGroup>, HasInnerModel<SyncMemberInner>, HasResourceGroup, Refreshable<SqlSyncMember>, Updatable<SqlSyncMember.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlSyncMember.Update
The template for a SQL Sync Group update operation, containing all the settings that can be modified.
|
static interface |
SqlSyncMember.UpdateStages
Grouping of all the SQL Sync Group update stages.
|
| Modifier and Type | Method and Description |
|---|---|
SyncMemberDbType |
databaseType() |
void |
delete()
Deletes the Sync Member resource.
|
Mono<Void> |
deleteAsync()
Deletes the SQL Member resource asynchronously.
|
com.azure.core.http.rest.PagedIterable<SqlSyncFullSchemaProperty> |
listMemberSchemas()
Lists the sync member database schemas.
|
com.azure.core.http.rest.PagedFlux<SqlSyncFullSchemaProperty> |
listMemberSchemasAsync()
Lists the sync member database schemas asynchronously.
|
String |
memberDatabaseName() |
String |
memberServerName() |
String |
parentId() |
void |
refreshMemberSchema()
Refreshes a sync member database schema.
|
Mono<Void> |
refreshMemberSchemaAsync()
Refreshes a sync member database schema asynchronously.
|
String |
sqlDatabaseName() |
String |
sqlServerDatabaseId() |
String |
sqlServerName() |
String |
sqlSyncGroupName() |
String |
syncAgentId() |
SyncDirection |
syncDirection() |
SyncMemberState |
syncState() |
String |
username() |
idnameparentrefresh, refreshAsyncinnerModelresourceGroupNameString sqlServerName()
String sqlDatabaseName()
String sqlSyncGroupName()
String parentId()
SyncMemberDbType databaseType()
String syncAgentId()
String sqlServerDatabaseId()
String memberServerName()
String memberDatabaseName()
String username()
SyncDirection syncDirection()
SyncMemberState syncState()
void delete()
Mono<Void> deleteAsync()
com.azure.core.http.rest.PagedIterable<SqlSyncFullSchemaProperty> listMemberSchemas()
com.azure.core.http.rest.PagedFlux<SqlSyncFullSchemaProperty> listMemberSchemasAsync()
void refreshMemberSchema()
Copyright © 2020 Microsoft Corporation. All rights reserved.