Delen via


IWithAppSettings<FluentT>.WithStickyAppSetting(String, String) Methode

Definitie

Hiermee voegt u een app-instelling toe aan de web-app. Deze app-instelling wordt ook verwisseld na het wisselen van een implementatiesite.

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

De sleutel voor de app-instelling.

value
String

De waarde voor de app-instelling.

Retouren

Van toepassing op