WebAppBase.UpdateStages.WithConnectionString<FluentT> Interface
Type Parameters
- FluentT
the type of the resource
public static interface WebAppBase.UpdateStages.WithConnectionString
A web app update stage allowing connection strings to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update<FluentT> |
withConnectionString(String name, String value, ConnectionStringType type)
Adds a connection string to the web app. |
abstract Update<FluentT> |
withConnectionStringStickiness(String name, boolean sticky)
Changes the stickiness of a connection string. |
abstract Update<FluentT> |
withStickyConnectionString(String name, String value, ConnectionStringType type)
Adds a connection string to the web app. |
abstract Update<FluentT> |
withoutConnectionString(String name)
Removes a connection string from the web app. |
Method Details
withConnectionString
public abstract WebAppBase.Update
Adds a connection string to the web app.
Parameters:
Returns:
withConnectionStringStickiness
public abstract WebAppBase.Update
Changes the stickiness of a connection string.
Parameters:
Returns:
withStickyConnectionString
public abstract WebAppBase.Update
Adds a connection string to the web app. This connection string will stay at the slot during a swap.
Parameters:
Returns:
withoutConnectionString
public abstract WebAppBase.Update
Removes a connection string from the web app.
Parameters:
Returns:
Applies to
Azure SDK for Java