다음을 통해 공유


IWithAppSettings<FluentT>.WithAppSettings 메서드

정의

웹앱의 앱 설정을 지도로 지정합니다.

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

매개 변수

settings
IDictionary<String,String>

앱 설정의 맵입니다.

반환

적용 대상