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() |
abstract String | operationStatus() |
abstract String | source() |
abstract
Offset |
timestamp() |
abstract String | tracingId() |
abstract
Sync |
type() |
Method Details
details
public abstract String details()
Returns:
the details of the sync group log.
operationStatus
public abstract String operationStatus()
Returns:
operation status of the sync group log.
source
public abstract String source()
Returns:
the source of the sync group log.
timestamp
public abstract OffsetDateTime timestamp()
Returns:
timestamp of the sync group log
tracingId
public abstract String tracingId()
Returns:
the tracing ID of the sync group log.
type
public abstract SyncGroupLogType type()
Returns:
the type of the sync group log
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java