Condividi tramite


BackendTlsProperties Constructors

Definition

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

validateCertificateChain
Nullable<Boolean>

Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.

validateCertificateName
Nullable<Boolean>

Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.

Applies to