| Modifier and Type | Method and Description |
|---|---|
ConnStringInfo |
ConnStringInfo.withConnectionString(String connectionString)
Set the connectionString value.
|
ConnStringInfo |
ConnStringInfo.withName(String name)
Set the name value.
|
ConnStringInfo |
ConnStringInfo.withType(ConnectionStringType type)
Set the type value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnStringInfo> |
SiteConfig.connectionStrings()
Get the connectionStrings value.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfig |
SiteConfig.withConnectionStrings(List<ConnStringInfo> connectionStrings)
Set the connectionStrings value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/