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

76 строки
4.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty"
fullName: "com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty"
name: "SqlSyncGroupLogProperty"
nameWithType: "SqlSyncGroupLogProperty"
summary: "An immutable client-side representation of an Azure SQL Server Sync Group."
syntax: "public interface **SqlSyncGroupLogProperty**</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.SyncGroupLogPropertiesInner?alt=com.azure.resourcemanager.sql.fluent.models.SyncGroupLogPropertiesInner&text=SyncGroupLogPropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty.details()"
fullName: "com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty.details()"
name: "details()"
nameWithType: "SqlSyncGroupLogProperty.details()"
modifiers:
- "abstract"
syntax: "public abstract String details()"
returns:
description: "the details of the sync group log."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty.operationStatus()"
fullName: "com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty.operationStatus()"
name: "operationStatus()"
nameWithType: "SqlSyncGroupLogProperty.operationStatus()"
modifiers:
- "abstract"
syntax: "public abstract String operationStatus()"
returns:
description: "operation status of the sync group log."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty.source()"
fullName: "com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty.source()"
name: "source()"
nameWithType: "SqlSyncGroupLogProperty.source()"
modifiers:
- "abstract"
syntax: "public abstract String source()"
returns:
description: "the source of the sync group log."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty.timestamp()"
fullName: "com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty.timestamp()"
name: "timestamp()"
nameWithType: "SqlSyncGroupLogProperty.timestamp()"
modifiers:
- "abstract"
syntax: "public abstract OffsetDateTime timestamp()"
returns:
description: "timestamp of the sync group log"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty.tracingId()"
fullName: "com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty.tracingId()"
name: "tracingId()"
nameWithType: "SqlSyncGroupLogProperty.tracingId()"
modifiers:
- "abstract"
syntax: "public abstract String tracingId()"
returns:
description: "the tracing ID of the sync group log."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty.type()"
fullName: "com.azure.resourcemanager.sql.models.SqlSyncGroupLogProperty.type()"
name: "type()"
nameWithType: "SqlSyncGroupLogProperty.type()"
modifiers:
- "abstract"
syntax: "public abstract SyncGroupLogType type()"
returns:
description: "the type of the sync group log"
type: "<xref href=\"com.azure.resourcemanager.sql.models.SyncGroupLogType?alt=com.azure.resourcemanager.sql.models.SyncGroupLogType&text=SyncGroupLogType\" 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.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.SyncGroupLogPropertiesInner?alt=com.azure.resourcemanager.sql.fluent.models.SyncGroupLogPropertiesInner&text=SyncGroupLogPropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.sql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0