Sdílet prostřednictvím


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

Definice

Přidá do webové aplikace nastavení aplikace.

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)

Parametry

key
String

Klíč pro nastavení aplikace.

value
String

Hodnota nastavení aplikace.

Návraty

Platí pro