SqlSyncGroupLogProperty Interface
public interface SqlSyncGroupLogProperty extends HasInner
An immutable client-side representation of an Azure SQL Server Sync Group.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | details() |
String | operationStatus() |
String | source() |
DateTime | timestamp() |
String | tracingId() |
Sync |
type() |
Inherited Members
Method Details
details
public String details()
Returns:
the details of the sync group log.
operationStatus
public String operationStatus()
Returns:
operation status of the sync group log.
source
public String source()
Returns:
the source of the sync group log.
timestamp
public DateTime timestamp()
Returns:
timestamp of the sync group log
tracingId
public String tracingId()
Returns:
the tracing ID of the sync group log.
type
public SyncGroupLogType type()
Returns:
the type of the sync group log
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java