Interface SqlSyncGroupLogProperty
-
- All Superinterfaces:
HasInnerModel<SyncGroupLogPropertiesInner>
public interface SqlSyncGroupLogProperty extends HasInnerModel<SyncGroupLogPropertiesInner>
An immutable client-side representation of an Azure SQL Server Sync Group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdetails()StringoperationStatus()Stringsource()OffsetDateTimetimestamp()StringtracingId()SyncGroupLogTypetype()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
-
-
-
Method Detail
-
timestamp
OffsetDateTime timestamp()
- Returns:
- timestamp of the sync group log
-
type
SyncGroupLogType type()
- Returns:
- the type of the sync group log
-
source
String source()
- Returns:
- the source of the sync group log.
-
details
String details()
- Returns:
- the details of the sync group log.
-
tracingId
String tracingId()
- Returns:
- the tracing ID of the sync group log.
-
operationStatus
String operationStatus()
- Returns:
- operation status of the sync group log.
-
-