Interface SqlSyncFullSchemaProperty
- All Superinterfaces:
HasInner<com.microsoft.azure.management.sql.implementation.SyncFullSchemaPropertiesInner>
@Beta(V1_9_0)
public interface SqlSyncFullSchemaProperty
extends HasInner<com.microsoft.azure.management.sql.implementation.SyncFullSchemaPropertiesInner>
An immutable client-side representation of an Azure SQL Server Sync Group.
-
Method Summary
-
Method Details
-
tables
List<SyncFullSchemaTable> tables()- Returns:
- the list of tables in the database full schema.
-
lastUpdateTime
org.joda.time.DateTime lastUpdateTime()- Returns:
- last update time of the database schema.
-