Share via


IBackendPoolsSettings.EnforceCertificateNameCheck Property

Definition

Whether to enforce certificate name check on HTTPS requests to all backend pools. No effect on non-HTTPS requests.

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Whether to enforce certificate name check on HTTPS requests to all backend pools. No effect on non-HTTPS requests.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="enforceCertificateNameCheck", Update=true)]
public string EnforceCertificateNameCheck { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="Whether to enforce certificate name check on HTTPS requests to all backend pools. No effect on non-HTTPS requests.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="enforceCertificateNameCheck", Update=true)>]
member this.EnforceCertificateNameCheck : string with get, set
Public Property EnforceCertificateNameCheck As String

Property Value

Attributes

Applies to