BackendTlsProperties Constructors
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.
Overloads
BackendTlsProperties() |
Initializes a new instance of the BackendTlsProperties class. |
BackendTlsProperties(Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the BackendTlsProperties class. |
BackendTlsProperties()
Initializes a new instance of the BackendTlsProperties class.
public BackendTlsProperties ();
Public Sub New ()
Applies to
BackendTlsProperties(Nullable<Boolean>, Nullable<Boolean>)
Initializes a new instance of the BackendTlsProperties class.
public BackendTlsProperties (bool? validateCertificateChain = default, bool? validateCertificateName = default);
new Microsoft.Azure.Management.ApiManagement.Models.BackendTlsProperties : Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.ApiManagement.Models.BackendTlsProperties
Public Sub New (Optional validateCertificateChain As Nullable(Of Boolean) = Nothing, Optional validateCertificateName As Nullable(Of Boolean) = Nothing)
Parameters
Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.