WebAppBase.DefinitionStages.WithConnectionString<FluentT> 接口
定义
A web app definition stage allowing connection strings to be set.
public interface WithConnectionString<FluentT>
类型参数
- FluentT
the type of the resource
方法
withConnectionString(String name, String value, ConnectionStringType type) |
Adds a connection string to the web app. |
withStickyConnectionString(String name, String value, ConnectionStringType type) |
Adds a connection string to the web app. This connection string will be swapped as well after a deployment slot swap. |