TeradataLinkedService.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.
SSL mode for connection. Valid values including: “Disable”, “Allow”, “Prefer”, “Require”, “Verify-CA”, “Verify-Full”. Default value is “Verify-Full”. Type: string (or Expression with resultType string). Only applied for version 2.0.
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> SslMode { get; set; }
member this.SslMode : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property SslMode As DataFactoryElement(Of String)