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()
SyncGroupLogType 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