DatabaseAccountManagerInternal Interface
public interface DatabaseAccountManagerInternal
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Connection |
getConnectionPolicy()
Gets the connection policy |
abstract
Database |
getDatabaseAccountFromEndpoint(URI endpoint)
Gets database account information. |
abstract java.net.URI |
getServiceEndpoint()
Gets the service endpoint |
Method Details
getConnectionPolicy
public abstract ConnectionPolicy getConnectionPolicy()
Gets the connection policy
Returns:
connection policy
getDatabaseAccountFromEndpoint
public abstract DatabaseAccount getDatabaseAccountFromEndpoint(URI endpoint)
Gets database account information.
Parameters:
endpoint
- the endpoint from which gets the database account
Returns:
the database account.
Throws:
DocumentClientException
- the document client exception.
getServiceEndpoint
public abstract URI getServiceEndpoint()
Gets the service endpoint
Returns:
service endpoint
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java