Class SyncAgentLinkedDatabaseInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.SyncAgentLinkedDatabaseInner

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

    • SyncAgentLinkedDatabaseInner

      public SyncAgentLinkedDatabaseInner()
      Creates an instance of SyncAgentLinkedDatabaseInner class.
  • Method Details

    • 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.