Interface SqlSyncGroupOperations.DefinitionStages.WithSchema
-
- All Known Subinterfaces:
SqlSyncGroupOperations.DefinitionStages.WithCreate,SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition
- Enclosing interface:
- SqlSyncGroupOperations.DefinitionStages
public static interface SqlSyncGroupOperations.DefinitionStages.WithSchemaThe SQL Sync Group definition to set the schema.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncGroupOperations.DefinitionStages.WithCreatewithSchema(SyncGroupSchema schema)Sets the schema.
-
-
-
Method Detail
-
withSchema
SqlSyncGroupOperations.DefinitionStages.WithCreate withSchema(SyncGroupSchema schema)
Sets the schema.- Parameters:
schema- the schema object to set- Returns:
- The next stage of the definition.
-
-