Share via


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

Definition

Fügt der Web-App eine App-Einstellung hinzu.

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)

Parameter

key
String

Der Schlüssel für die App-Einstellung.

value
String

Der Wert für die App-Einstellung.

Gibt zurück

Gilt für: