Freigeben über


OracleServiceCloudLinkedService Konstruktoren

Definition

Überlädt

OracleServiceCloudLinkedService()

Initialisiert eine neue instance der OracleServiceCloudLinkedService-Klasse.

OracleServiceCloudLinkedService(Object, Object, SecretBase, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, Object, Object, Object)

Initialisiert eine neue instance der OracleServiceCloudLinkedService-Klasse.

OracleServiceCloudLinkedService()

Initialisiert eine neue instance der OracleServiceCloudLinkedService-Klasse.

public OracleServiceCloudLinkedService ();
Public Sub New ()

Gilt für:

OracleServiceCloudLinkedService(Object, Object, SecretBase, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, Object, Object, Object, Object)

Initialisiert eine neue instance der OracleServiceCloudLinkedService-Klasse.

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)

Parameter

host
Object

Die URL der Oracle Service Cloud-Instanz.

username
Object

Der Benutzername für den Zugriff auf den Oracle Service Cloud-Server.

password
SecretBase

Das Kennwort zu dem Benutzernamen, den Sie im Schlüssel „username“ angegeben haben.

additionalProperties
IDictionary<String,Object>

Nicht übereinstimmende Eigenschaften aus der Nachricht werden für diese Sammlung deserialisiert.

connectVia
IntegrationRuntimeReference

Der Verweis auf die Integration Runtime.

description
String

Beschreibung des verknüpften Diensts.

parameters
IDictionary<String,ParameterSpecification>

Parameter für den verknüpften Dienst.

annotations
IList<Object>

Liste der Tags, die zum Beschreiben des verknüpften Diensts verwendet werden können.

useEncryptedEndpoints
Object

Gibt an, ob die Endpunkte der Datenquelle mit HTTPS verschlüsselt sind. Der Standardwert lautet „true“. Typ: boolean (oder Expression with resultType boolean).

useHostVerification
Object

Gibt an, ob der Hostname im Zertifikat des Servers mit dem Hostnamen des Servers übereinstimmen muss, wenn eine Verbindung über SSL hergestellt wird. Der Standardwert lautet „true“. Typ: boolean (oder Expression with resultType boolean).

usePeerVerification
Object

Gibt an, ob die Identität des Servers bei Verbindung über SSL überprüft werden soll. Der Standardwert lautet „true“. Typ: boolean (oder Expression with resultType boolean).

encryptedCredential
Object

Die für die Authentifizierung verwendeten verschlüsselten Anmeldeinformationen. Anmeldeinformationen werden mit dem Anmeldeinformations-Manager der Integration Runtime verschlüsselt. Type: string (oder Expression with resultType string).

Gilt für: