OracleServiceCloudLinkedService Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
OracleServiceCloudLinkedService() |
Initialise une nouvelle instance de la classe OracleServiceCloudLinkedService. |
OracleServiceCloudLinkedService(Object, Object, SecretBase, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, Object, Object, Object) |
Initialise une nouvelle instance de la classe OracleServiceCloudLinkedService. |
OracleServiceCloudLinkedService()
Initialise une nouvelle instance de la classe OracleServiceCloudLinkedService.
public OracleServiceCloudLinkedService ();
Public Sub New ()
S’applique à
OracleServiceCloudLinkedService(Object, Object, SecretBase, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, Object, Object, Object)
Initialise une nouvelle instance de la classe OracleServiceCloudLinkedService.
public OracleServiceCloudLinkedService (object host, object username, Microsoft.Azure.Management.DataFactory.Models.SecretBase password, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, object useEncryptedEndpoints = default, object useHostVerification = default, object usePeerVerification = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.OracleServiceCloudLinkedService : obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.OracleServiceCloudLinkedService
Public Sub New (host As Object, username As Object, password As SecretBase, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional useEncryptedEndpoints As Object = Nothing, Optional useHostVerification As Object = Nothing, Optional usePeerVerification As Object = Nothing, Optional encryptedCredential As Object = Nothing)
Paramètres
- host
- Object
L’URL de l’instance Oracle Service Cloud.
- username
- Object
Nom d’utilisateur utilisé pour accéder au server Oracle Service Cloud.
- password
- SecretBase
Mot de passe correspondant au nom d’utilisateur indiqué dans la clé username.
- additionalProperties
- IDictionary<String,Object>
Les propriétés sans correspondance du message sont désérialisées cette collection
- connectVia
- IntegrationRuntimeReference
Référence du runtime d’intégration.
- description
- String
Description du service lié.
- parameters
- IDictionary<String,ParameterSpecification>
Paramètres du service lié.
- useEncryptedEndpoints
- Object
Indique si les points de terminaison de la source de données sont chiffrés suivant le protocole HTTPS. La valeur par défaut est true. Type : booléen (ou Expression avec type booléen resultType).
- useHostVerification
- Object
Indique si le nom d’hôte du certificat du serveur doit correspondre à celui du serveur en cas de connexion SSL. La valeur par défaut est true. Type : booléen (ou Expression avec type booléen resultType).
- usePeerVerification
- Object
Indique s’il faut vérifier l’identité du serveur en cas de connexion SSL. La valeur par défaut est true. Type : booléen (ou Expression avec type booléen resultType).
- encryptedCredential
- Object
Informations d’identification chiffrées utilisées pour l’authentification. Les informations d’identification sont chiffrées à l’aide du gestionnaire d’informations d’identification du runtime d’intégration. Type : chaîne (ou Expression avec chaîne resultType).
S’applique à
Azure SDK for .NET