ConnStringValueTypePair Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.ConnStringValueTypePair

public class ConnStringValueTypePair

Database connection string value to type pair.

Method Summary

Modifier and Type Method and Description
ConnectionStringType type()

Get the type value.

String value()

Get the value value.

ConnStringValueTypePair withType(ConnectionStringType type)

Set the type value.

ConnStringValueTypePair 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