FluentT - the type of the resourcepublic static interface WebAppBase.DefinitionStages.WithConnectionString<FluentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withConnectionString(String name,
String value,
ConnectionStringType type)
Adds a connection string to the web app.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
withStickyConnectionString(String name,
String value,
ConnectionStringType type)
Adds a connection string to the web app.
|
WebAppBase.DefinitionStages.WithCreate<FluentT> withConnectionString(String name, String value, ConnectionStringType type)
name - the name of the connection stringvalue - the connection string valuetype - the connection string typeWebAppBase.DefinitionStages.WithCreate<FluentT> withStickyConnectionString(String name, String value, ConnectionStringType type)
name - the name of the connection stringvalue - the connection string valuetype - the connection string typeVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.