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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java