Uses of Class
com.azure.resourcemanager.sql.models.SyncGroupSchema
-
Packages that use SyncGroupSchema 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. -
-
Uses of SyncGroupSchema in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return SyncGroupSchema Modifier and Type Method Description SyncGroupSchemaSyncGroupInner. schema()Get the schema property: Sync schema of the sync group.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type SyncGroupSchema Modifier and Type Method Description SyncGroupInnerSyncGroupInner. withSchema(SyncGroupSchema schema)Set the schema property: Sync schema of the sync group. -
Uses of SyncGroupSchema in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SyncGroupSchema Modifier and Type Method Description SyncGroupSchemaSqlSyncGroup. schema()SyncGroupSchemaSyncGroupSchema. withMasterSyncMemberName(String masterSyncMemberName)Set the masterSyncMemberName property: Name of master sync member where the schema is from.SyncGroupSchemaSyncGroupSchema. withTables(List<SyncGroupSchemaTable> tables)Set the tables property: List of tables in sync group schema.Methods in com.azure.resourcemanager.sql.models with parameters of type SyncGroupSchema Modifier and Type Method Description SqlSyncGroup.UpdateSqlSyncGroup.UpdateStages.WithSchema. withSchema(SyncGroupSchema schema)Sets the schema.SqlSyncGroupOperations.DefinitionStages.WithCreateSqlSyncGroupOperations.DefinitionStages.WithSchema. withSchema(SyncGroupSchema schema)Sets the schema.
-