Class AmazonRdsForOracleLinkedService
AmazonRdsForOracle database.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AmazonRdsForOracleLinkedService/AmazonRdsForOracleLinkedServiceConverter))]
public class AmazonRdsForOracleLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
Constructors
AmazonRdsForOracleLinkedService(Object)
Initializes a new instance of AmazonRdsForOracleLinkedService.
Declaration
public AmazonRdsForOracleLinkedService (object connectionString);
Parameters
|
System.Object
connectionString
The connection string. Type: string, SecureString or AzureKeyVaultSecretReference. |
Exceptions
|
System.ArgumentNullException
|
Properties
ConnectionString
The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
Declaration
public object ConnectionString { get; set; }
Property Value
|
System.Object
|
EncryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
Declaration
public object EncryptedCredential { get; set; }
Property Value
|
System.Object
|
Password
The Azure key vault secret reference of password in connection string. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.
Declaration
public Azure.Analytics.Synapse.Artifacts.Models.SecretBase Password { get; set; }
Property Value
|
SecretBase
|