FluentT
- the type of the resourcepublic static interface WebAppBase.UpdateStages.WithConnectionString<FluentT>
Modifier and Type | Method and Description |
---|---|
WebAppBase.Update<FluentT> |
withConnectionString(String name,
String value,
ConnectionStringType type)
Adds a connection string to the web app.
|
WebAppBase.Update<FluentT> |
withConnectionStringStickiness(String name,
boolean sticky)
Changes the stickiness of a connection string.
|
WebAppBase.Update<FluentT> |
withoutConnectionString(String name)
Removes a connection string from the web app.
|
WebAppBase.Update<FluentT> |
withStickyConnectionString(String name,
String value,
ConnectionStringType type)
Adds a connection string to the web app.
|
WebAppBase.Update<FluentT> withConnectionString(String name, String value, ConnectionStringType type)
name
- the name of the connection stringvalue
- the connection string valuetype
- the connection string typeWebAppBase.Update<FluentT> withStickyConnectionString(String name, String value, ConnectionStringType type)
name
- the name of the connection stringvalue
- the connection string valuetype
- the connection string typeWebAppBase.Update<FluentT> withoutConnectionString(String name)
name
- the name of the connection stringWebAppBase.Update<FluentT> withConnectionStringStickiness(String name, boolean sticky)
name
- the name of the connection stringsticky
- true if the connection string sticks to the slot during a swapCopyright © 2019. All rights reserved.