다음을 통해 공유


IWithAppSettings<FluentT>.WithAppSettingStickiness 메서드

정의

앱 설정의 고정을 변경합니다.

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

매개 변수

key
String

고정을 변경하는 앱 설정의 키입니다.

sticky
Boolean

True이면 교환 중에 앱 설정이 슬롯에 고정됩니다.

반환

적용 대상