MariaDBLinkedService.SslMode 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.
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)