ConnStringValueTypePair Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. ConnStringValueTypePair
- com.
public class ConnStringValueTypePair
Database connection string value to type pair.
Method Summary
Modifier and Type | Method and Description |
---|---|
Connection |
type()
Get the type value. |
String |
value()
Get the value value. |
Conn |
withType(ConnectionStringType type)
Set the type value. |
Conn |
withValue(String value)
Set the value value. |
Method Details
type
public ConnectionStringType type()
Get the type value.
Returns:
the type value
value
public String value()
Get the value value.
Returns:
the value value
withType
public ConnStringValueTypePair withType(ConnectionStringType type)
Set the type value.
Parameters:
type
- the type value to set
Returns:
the ConnStringValueTypePair object itself.
withValue
public ConnStringValueTypePair withValue(String value)
Set the value value.
Parameters:
value
- the value value to set
Returns:
the ConnStringValueTypePair object itself.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java