Class SyncAgentLinkedDatabaseInner


  • public class SyncAgentLinkedDatabaseInner
    extends com.azure.core.management.ProxyResource
    An Azure SQL Database sync agent linked database.
    • Constructor Detail

      • SyncAgentLinkedDatabaseInner

        public SyncAgentLinkedDatabaseInner()
    • Method Detail

      • databaseType

        public SyncMemberDbType databaseType()
        Get the databaseType property: Type of the sync agent linked database.
        Returns:
        the databaseType value.
      • databaseId

        public String databaseId()
        Get the databaseId property: Id of the sync agent linked database.
        Returns:
        the databaseId value.
      • description

        public String description()
        Get the description property: Description of the sync agent linked database.
        Returns:
        the description value.
      • serverName

        public String serverName()
        Get the serverName property: Server name of the sync agent linked database.
        Returns:
        the serverName value.
      • databaseName

        public String databaseName()
        Get the databaseName property: Database name of the sync agent linked database.
        Returns:
        the databaseName value.
      • username

        public String username()
        Get the username property: User name of the sync agent linked database.
        Returns:
        the username value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.