다음을 통해 공유


IWithAppSettings<FluentT>.WithStickyAppSettings 메서드

정의

웹앱의 앱 설정을 지도로 지정합니다. 이러한 앱 설정은 교환 중에 슬롯에 유지됩니다.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithStickyAppSettings (System.Collections.Generic.IDictionary<string,string> settings);
abstract member WithStickyAppSettings : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithStickyAppSettings (settings As IDictionary(Of String, String)) As IUpdate(Of FluentT)

매개 변수

settings
IDictionary<String,String>

앱 설정의 맵입니다.

반환

적용 대상