다음을 통해 공유


IWithClientCertEnabled<FluentT>.WithClientCertEnabled(Boolean) 메서드

정의

클라이언트 인증서를 사용할 수 있는지를 지정합니다.

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

매개 변수

enabled
Boolean

True이면 클라이언트 인증서를 사용할 수 있습니다.

반환

적용 대상