Interface SqlSyncGroupLogProperty
- All Superinterfaces:
HasInnerModel<SyncGroupLogPropertiesInner>
An immutable client-side representation of an Azure SQL Server Sync Group.
-
Method Summary
Modifier and TypeMethodDescriptiondetails()Gets the details of the sync group log.Gets operation status of the sync group log.source()Gets the source of the sync group log.Gets timestamp of the sync group log.Gets the tracing ID of the sync group log.type()Gets the type of the sync group log.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
timestamp
OffsetDateTime timestamp()Gets timestamp of the sync group log.- Returns:
- timestamp of the sync group log
-
type
SyncGroupLogType type()Gets the type of the sync group log.- Returns:
- the type of the sync group log
-
source
String source()Gets the source of the sync group log.- Returns:
- the source of the sync group log.
-
details
String details()Gets the details of the sync group log.- Returns:
- the details of the sync group log.
-
tracingId
String tracingId()Gets the tracing ID of the sync group log.- Returns:
- the tracing ID of the sync group log.
-
operationStatus
String operationStatus()Gets operation status of the sync group log.- Returns:
- operation status of the sync group log.
-