Class SyncGroupLogPropertiesInner
java.lang.Object
com.azure.resourcemanager.sql.fluent.models.SyncGroupLogPropertiesInner
Properties of an Azure SQL Database sync group log.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SyncGroupLogPropertiesInner class. -
Method Summary
Modifier and TypeMethodDescriptiondetails()Get the details property: Details of the sync group log.Get the operationStatus property: OperationStatus of the sync group log.source()Get the source property: Source of the sync group log.Get the timestamp property: Timestamp of the sync group log.Get the tracingId property: TracingId of the sync group log.type()Get the type property: Type of the sync group log.voidvalidate()Validates the instance.
-
Constructor Details
-
SyncGroupLogPropertiesInner
public SyncGroupLogPropertiesInner()Creates an instance of SyncGroupLogPropertiesInner class.
-
-
Method Details
-
timestamp
Get the timestamp property: Timestamp of the sync group log.- Returns:
- the timestamp value.
-
type
Get the type property: Type of the sync group log.- Returns:
- the type value.
-
source
Get the source property: Source of the sync group log.- Returns:
- the source value.
-
details
Get the details property: Details of the sync group log.- Returns:
- the details value.
-
tracingId
Get the tracingId property: TracingId of the sync group log.- Returns:
- the tracingId value.
-
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.
-