UpdateAzWebPubSub_UpdateExpanded.EnableTlsClientCert Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Category(new Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.Info(Description="Request client certificate during TLS handshake if enabled", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="clientCertEnabled")]
[System.Management.Automation.Parameter(HelpMessage="Request client certificate during TLS handshake if enabled", Mandatory=false)]
public System.Management.Automation.SwitchParameter EnableTlsClientCert { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Category(new Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.Info(Description="Request client certificate during TLS handshake if enabled", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="clientCertEnabled")>]
[<System.Management.Automation.Parameter(HelpMessage="Request client certificate during TLS handshake if enabled", Mandatory=false)>]
member this.EnableTlsClientCert : System.Management.Automation.SwitchParameter with get, set
Public Property EnableTlsClientCert As SwitchParameter
Property Value
- Attributes