你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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。

返回

适用于