WebAppBase.DefinitionStages.WithConnectionString<FluentT>.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.
public WithCreate<FluentT> withStickyConnectionString(String name, String value, ConnectionStringType type)
参数
- name
- String
the name of the connection string
- value
- String
the connection string value
- type
- ConnectionStringType
the connection string type
返回
the next stage of the definition