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 typeCopyright © 2019. All rights reserved.