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
- String
The key for the app setting.
- value
- String
The value for the app setting.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET