Class ConnStringValueTypePair
java.lang.Object
com.microsoft.azure.management.appservice.ConnStringValueTypePair
Database connection string value to type pair.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontype()
Get type of database.value()
Get value of pair.withType
(ConnectionStringType type) Set type of database.Set value of pair.
-
Constructor Details
-
ConnStringValueTypePair
public ConnStringValueTypePair()
-
-
Method Details
-
value
Get value of pair.- Returns:
- the value value
-
withValue
Set value of pair.- Parameters:
value
- the value value to set- Returns:
- the ConnStringValueTypePair object itself.
-
type
Get type of database. Possible values include: 'MySql', 'SQLServer', 'SQLAzure', 'Custom', 'NotificationHub', 'ServiceBus', 'EventHub', 'ApiHub', 'DocDb', 'RedisCache', 'PostgreSQL'.- Returns:
- the type value
-
withType
Set type of database. Possible values include: 'MySql', 'SQLServer', 'SQLAzure', 'Custom', 'NotificationHub', 'ServiceBus', 'EventHub', 'ApiHub', 'DocDb', 'RedisCache', 'PostgreSQL'.- Parameters:
type
- the type value to set- Returns:
- the ConnStringValueTypePair object itself.
-