다음을 통해 공유


IWithAppSettings<FluentT>.WithAppSetting(String, String) 메서드

정의

웹앱에 앱 설정을 추가합니다.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithAppSetting (string key, string value);
abstract member WithAppSetting : string * string -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithAppSetting (key As String, value As String) As IUpdate(Of FluentT)

매개 변수

key
String

앱 설정의 키입니다.

value
String

앱 설정의 값입니다.

반환

적용 대상