Condividi tramite


MariaDBLinkedService.SslMode Property

Definition

This option specifies whether the driver uses TLS encryption and verification when connecting to MariaDB. E.g., SSLMode=<0/1/2/3/4>. Options: DISABLED (0) / PREFERRED (1) (Default) / REQUIRED (2) / VERIFY_CA (3) / VERIFY_IDENTITY (4), REQUIRED (2) is recommended to only allow connections encrypted with SSL/TLS.

public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> SslMode { get; set; }
member this.SslMode : Azure.Core.Expressions.DataFactory.DataFactoryElement<int> with get, set
Public Property SslMode As DataFactoryElement(Of Integer)

Property Value

Applies to