azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

36 строки
2.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.models.SqlSyncFullSchemaProperty"
fullName: "com.azure.resourcemanager.sql.models.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.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.SyncFullSchemaPropertiesInner?alt=com.azure.resourcemanager.sql.fluent.models.SyncFullSchemaPropertiesInner&text=SyncFullSchemaPropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.sql.models.SqlSyncFullSchemaProperty.lastUpdateTime()"
fullName: "com.azure.resourcemanager.sql.models.SqlSyncFullSchemaProperty.lastUpdateTime()"
name: "lastUpdateTime()"
nameWithType: "SqlSyncFullSchemaProperty.lastUpdateTime()"
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime lastUpdateTime()"
returns:
description: "last update time of the database schema."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.sql.models.SqlSyncFullSchemaProperty.tables()"
fullName: "com.azure.resourcemanager.sql.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.sql.models.SyncFullSchemaTable?alt=com.azure.resourcemanager.sql.models.SyncFullSchemaTable&text=SyncFullSchemaTable\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An immutable client-side representation of an Azure SQL Server Sync Group."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.SyncFullSchemaPropertiesInner?alt=com.azure.resourcemanager.sql.fluent.models.SyncFullSchemaPropertiesInner&text=SyncFullSchemaPropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.sql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0