Class SyncAgentLinkedDatabaseInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.sql.fluent.models.SyncAgentLinkedDatabaseInner
-
public class SyncAgentLinkedDatabaseInner extends com.azure.core.management.ProxyResourceAn Azure SQL Database sync agent linked database.
-
-
Constructor Summary
Constructors Constructor Description SyncAgentLinkedDatabaseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdatabaseId()Get the databaseId property: Id of the sync agent linked database.StringdatabaseName()Get the databaseName property: Database name of the sync agent linked database.SyncMemberDbTypedatabaseType()Get the databaseType property: Type of the sync agent linked database.Stringdescription()Get the description property: Description of the sync agent linked database.StringserverName()Get the serverName property: Server name of the sync agent linked database.Stringusername()Get the username property: User name of the sync agent linked database.voidvalidate()Validates the instance.
-
-
-
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.
-
-