다음을 통해 공유


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

정의

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

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

매개 변수

httpsOnly
Boolean

True이면 웹앱이 HTTPS 트래픽만 허용합니다.

반환

적용 대상