OdbcLinkedService.Credential Property

Definition

Gets or sets the access credential portion of the connection string specified in driver-specific property-value format.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.credential")]
public Microsoft.Azure.Management.DataFactory.Models.SecretBase Credential { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.credential")>]
member this.Credential : Microsoft.Azure.Management.DataFactory.Models.SecretBase with get, set
Public Property Credential As SecretBase

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to