你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ConnStringInfo Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. ConnStringInfo
- com.
public class ConnStringInfo
Database connection string information.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
connectionString()
Get the connectionString value. |
String |
name()
Get the name value. |
Connection |
type()
Get the type value. |
Conn |
withConnectionString(String connectionString)
Set the connectionString value. |
Conn |
withName(String name)
Set the name value. |
Conn |
withType(ConnectionStringType type)
Set the type value. |
Method Details
connectionString
public String connectionString()
Get the connectionString value.
Returns:
name
public String name()
Get the name value.
Returns:
type
public ConnectionStringType type()
Get the type value.
Returns:
withConnectionString
public ConnStringInfo withConnectionString(String connectionString)
Set the connectionString value.
Parameters:
Returns:
withName
public ConnStringInfo withName(String name)
Set the name value.
Parameters:
Returns:
withType
public ConnStringInfo withType(ConnectionStringType type)
Set the type value.
Parameters:
Returns: