public class DatabaseAccountLocation extends JsonSerializable
Constructor and Description |
---|
DatabaseAccountLocation()
DEFAULT Constructor.
|
DatabaseAccountLocation(String jsonString)
Creates a new instance of the DatabaseAccountLocation object from a JSON
string.
|
Modifier and Type | Method and Description |
---|---|
String |
getEndpoint()
Gets The endpoint (the URI) of the database account location.
|
String |
getName()
Gets The name of the database account location.
|
get, getBoolean, getCollection, getDouble, getInt, getList, getLogger, getLong, getMap, getObject, getObjectByPath, getString, has, toJson, toJson, toObject, toString
public DatabaseAccountLocation()
public DatabaseAccountLocation(String jsonString)
jsonString
- the JSON string that represents the DatabaseAccountLocation object.public String getName()
public String getEndpoint()
Copyright © 2020 Microsoft Corporation. All rights reserved.