Class SyncGroupLogPropertiesInner
- java.lang.Object
-
- com.azure.resourcemanager.sql.fluent.models.SyncGroupLogPropertiesInner
-
public final class SyncGroupLogPropertiesInner extends Object
Properties of an Azure SQL Database sync group log.
-
-
Constructor Summary
Constructors Constructor Description SyncGroupLogPropertiesInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdetails()Get the details property: Details of the sync group log.StringoperationStatus()Get the operationStatus property: OperationStatus of the sync group log.Stringsource()Get the source property: Source of the sync group log.OffsetDateTimetimestamp()Get the timestamp property: Timestamp of the sync group log.UUIDtracingId()Get the tracingId property: TracingId of the sync group log.SyncGroupLogTypetype()Get the type property: Type of the sync group log.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
timestamp
public OffsetDateTime timestamp()
Get the timestamp property: Timestamp of the sync group log.- Returns:
- the timestamp value.
-
type
public SyncGroupLogType type()
Get the type property: Type of the sync group log.- Returns:
- the type value.
-
source
public String source()
Get the source property: Source of the sync group log.- Returns:
- the source value.
-
details
public String details()
Get the details property: Details of the sync group log.- Returns:
- the details value.
-
tracingId
public UUID tracingId()
Get the tracingId property: TracingId of the sync group log.- Returns:
- the tracingId value.
-
operationStatus
public String operationStatus()
Get the operationStatus property: OperationStatus of the sync group log.- Returns:
- the operationStatus value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-