IBackendPoolsSettings.EnforceCertificateNameCheck 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.
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