| Modifier and Type | Method and Description |
|---|---|
static ConnectionStringType |
ConnectionStringType.fromString(String value)
Parses a serialized value to a ConnectionStringType instance.
|
ConnectionStringType |
ConnStringValueTypePair.type()
Get type of database.
|
ConnectionStringType |
ConnStringInfo.type()
Get type of database.
|
ConnectionStringType |
ConnectionString.type() |
static ConnectionStringType |
ConnectionStringType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionStringType[] |
ConnectionStringType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
WebAppBase.DefinitionStages.WithConnectionString.withConnectionString(String name,
String value,
ConnectionStringType type)
Adds a connection string to the web app.
|
WebAppBase.Update<FluentT> |
WebAppBase.UpdateStages.WithConnectionString.withConnectionString(String name,
String value,
ConnectionStringType type)
Adds a connection string to the web app.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
WebAppBase.DefinitionStages.WithConnectionString.withStickyConnectionString(String name,
String value,
ConnectionStringType type)
Adds a connection string to the web app.
|
WebAppBase.Update<FluentT> |
WebAppBase.UpdateStages.WithConnectionString.withStickyConnectionString(String name,
String value,
ConnectionStringType type)
Adds a connection string to the web app.
|
ConnStringValueTypePair |
ConnStringValueTypePair.withType(ConnectionStringType type)
Set type of database.
|
ConnStringInfo |
ConnStringInfo.withType(ConnectionStringType type)
Set type of database.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/