Class SyncGroupLogPropertiesInner


  • public final class SyncGroupLogPropertiesInner
    extends Object
    Properties of an Azure SQL Database sync group log.
    • Constructor Detail

      • SyncGroupLogPropertiesInner

        public SyncGroupLogPropertiesInner()
    • 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.