다음을 통해 공유


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

정의

웹앱에 앱 설정을 추가합니다. 이 앱 설정은 교환 중에 슬롯에 유지됩니다.

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

매개 변수

key
String

앱 설정의 키입니다.

value
String

앱 설정의 값입니다.

반환

적용 대상