Delen via


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

Definitie

Hiermee voegt u een app-instelling toe aan de web-app.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithAppSetting (string key, string value);
abstract member WithAppSetting : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithAppSetting (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