36 строки
2.8 KiB
YAML
36 строки
2.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.sql.SqlSyncFullSchemaProperty"
|
|
fullName: "com.microsoft.azure.management.sql.SqlSyncFullSchemaProperty"
|
|
name: "SqlSyncFullSchemaProperty"
|
|
nameWithType: "SqlSyncFullSchemaProperty"
|
|
summary: "An immutable client-side representation of an Azure SQL Server Sync Group."
|
|
syntax: "public interface **SqlSyncFullSchemaProperty**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.implementation.SyncFullSchemaPropertiesInner?alt=com.microsoft.azure.management.sql.implementation.SyncFullSchemaPropertiesInner&text=SyncFullSchemaPropertiesInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.sql.SqlSyncFullSchemaProperty.lastUpdateTime()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlSyncFullSchemaProperty.lastUpdateTime()"
|
|
name: "lastUpdateTime()"
|
|
nameWithType: "SqlSyncFullSchemaProperty.lastUpdateTime()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract DateTime lastUpdateTime()"
|
|
returns:
|
|
description: "last update time of the database schema."
|
|
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.sql.SqlSyncFullSchemaProperty.tables()"
|
|
fullName: "com.microsoft.azure.management.sql.SqlSyncFullSchemaProperty.tables()"
|
|
name: "tables()"
|
|
nameWithType: "SqlSyncFullSchemaProperty.tables()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<SyncFullSchemaTable> tables()"
|
|
returns:
|
|
description: "the list of tables in the database full schema."
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.SyncFullSchemaTable?alt=com.microsoft.azure.management.sql.SyncFullSchemaTable&text=SyncFullSchemaTable\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure SQL Server Sync Group."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.sql.implementation.SyncFullSchemaPropertiesInner?alt=com.microsoft.azure.management.sql.implementation.SyncFullSchemaPropertiesInner&text=SyncFullSchemaPropertiesInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.sql"
|
|
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4
|