IWithAppSettings<FluentT>.WithStickyAppSetting(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an app setting to the web app. This app setting will be swapped as well after a deployment slot swap.
public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithStickyAppSetting (string key, string value);
abstract member WithStickyAppSetting : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithStickyAppSetting (key As String, value As String) As IWithCreate(Of FluentT)
Parameters
- key
- System.String
The key for the app setting.
- value
- System.String
The value for the app setting.