Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SyncGroupSchema |
SqlSyncGroup.schema() |
SyncGroupSchema |
SyncGroupSchema.withMasterSyncMemberName(String masterSyncMemberName)
Set the masterSyncMemberName value.
|
SyncGroupSchema |
SyncGroupSchema.withTables(List<SyncGroupSchemaTable> tables)
Set the tables value.
|
Modifier and Type | Method and Description |
---|---|
SqlSyncGroupOperations.DefinitionStages.WithCreate |
SqlSyncGroupOperations.DefinitionStages.WithSchema.withSchema(SyncGroupSchema schema)
Sets the schema.
|
SqlSyncGroup.Update |
SqlSyncGroup.UpdateStages.WithSchema.withSchema(SyncGroupSchema schema)
Sets the schema.
|
Copyright © 2019. All rights reserved.