다음을 통해 공유


IWithSiteConfigs<FluentT>.WithHttp20Enabled(Boolean) 메서드

정의

웹앱이 HTTP 2.0 트래픽을 허용하는지 여부를 설정합니다.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithHttp20Enabled (bool http20Enabled);
abstract member WithHttp20Enabled : bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithHttp20Enabled (http20Enabled As Boolean) As IUpdate(Of FluentT)

매개 변수

http20Enabled
Boolean

True이면 웹앱에서 HTTP 2.0 트래픽을 허용합니다.

반환

적용 대상