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 Summary
ConstructorsConstructorDescriptionCreates an instance of SyncAgentLinkedDatabaseInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the databaseId property: Id of the sync agent linked database.Get the databaseName property: Database name of the sync agent linked database.Get the databaseType property: Type of the sync agent linked database.Get the description property: Description of the sync agent linked database.Get the serverName property: Server name of the sync agent linked database.username()Get the username property: User name of the sync agent linked database.voidvalidate()Validates the instance.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
SyncAgentLinkedDatabaseInner
public SyncAgentLinkedDatabaseInner()Creates an instance of SyncAgentLinkedDatabaseInner class.
-
-
Method Details
-
databaseType
Get the databaseType property: Type of the sync agent linked database.- Returns:
- the databaseType value.
-
databaseId
Get the databaseId property: Id of the sync agent linked database.- Returns:
- the databaseId value.
-
description
Get the description property: Description of the sync agent linked database.- Returns:
- the description value.
-
serverName
Get the serverName property: Server name of the sync agent linked database.- Returns:
- the serverName value.
-
databaseName
Get the databaseName property: Database name of the sync agent linked database.- Returns:
- the databaseName value.
-
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.
-