共用方式為


SqlSyncGroupLogProperty Interface

Implements

public interface SqlSyncGroupLogProperty
extends HasInnerModel<SyncGroupLogPropertiesInner>

An immutable client-side representation of an Azure SQL Server Sync Group.

Method Summary

Modifier and Type Method and Description
abstract String details()

Gets the details of the sync group log.

abstract String operationStatus()

Gets operation status of the sync group log.

abstract String source()

Gets the source of the sync group log.

abstract OffsetDateTime timestamp()

Gets timestamp of the sync group log.

abstract String tracingId()

Gets the tracing ID of the sync group log.

abstract SyncGroupLogType type()

Gets the type of the sync group log.

Method Details

details

public abstract String details()

Gets the details of the sync group log.

Returns:

the details of the sync group log.

operationStatus

public abstract String operationStatus()

Gets operation status of the sync group log.

Returns:

operation status of the sync group log.

source

public abstract String source()

Gets the source of the sync group log.

Returns:

the source of the sync group log.

timestamp

public abstract OffsetDateTime timestamp()

Gets timestamp of the sync group log.

Returns:

timestamp of the sync group log

tracingId

public abstract String tracingId()

Gets the tracing ID of the sync group log.

Returns:

the tracing ID of the sync group log.

type

public abstract SyncGroupLogType type()

Gets the type of the sync group log.

Returns:

the type of the sync group log

Applies to