public class SyncAgentLinkedDatabaseInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
SyncAgentLinkedDatabaseInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
databaseId()
Get the databaseId property: Id of the sync agent linked database.
|
String |
databaseName()
Get the databaseName property: Database name of the sync agent linked database.
|
SyncMemberDbType |
databaseType()
Get the databaseType property: Type of the sync agent linked database.
|
String |
description()
Get the description property: Description of the sync agent linked database.
|
String |
serverName()
Get the serverName property: Server name of the sync agent linked database.
|
String |
username()
Get the username property: User name of the sync agent linked database.
|
void |
validate()
Validates the instance.
|
public SyncMemberDbType databaseType()
public String databaseId()
public String description()
public String serverName()
public String databaseName()
public String username()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.