IWithClientCertEnabled<FluentT>.WithClientCertEnabled(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies if client cert is enabled.
public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithClientCertEnabled(bool enabled);
abstract member WithClientCertEnabled : bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithClientCertEnabled (enabled As Boolean) As IWithCreate(Of FluentT)
Parameters
- enabled
- Boolean
True if client cert is enabled.