| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SyncGroupSchema |
SyncGroupInner.schema()
Get the schema property: Sync schema of the sync group.
|
| Modifier and Type | Method and Description |
|---|---|
SyncGroupInner |
SyncGroupInner.withSchema(SyncGroupSchema schema)
Set the schema property: Sync schema of the sync group.
|
| Modifier and Type | Method and Description |
|---|---|
SyncGroupSchema |
SqlSyncGroup.schema() |
SyncGroupSchema |
SyncGroupSchema.withMasterSyncMemberName(String masterSyncMemberName)
Set the masterSyncMemberName property: Name of master sync member where the schema is from.
|
SyncGroupSchema |
SyncGroupSchema.withTables(List<SyncGroupSchemaTable> tables)
Set the tables property: List of tables in sync group schema.
|
| Modifier and Type | Method and Description |
|---|---|
SqlSyncGroup.Update |
SqlSyncGroup.UpdateStages.WithSchema.withSchema(SyncGroupSchema schema)
Sets the schema.
|
SqlSyncGroupOperations.DefinitionStages.WithCreate |
SqlSyncGroupOperations.DefinitionStages.WithSchema.withSchema(SyncGroupSchema schema)
Sets the schema.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.