Partager via


SapOdpLinkedService Constructeurs

Définition

Surcharges

SapOdpLinkedService()

Initialise une nouvelle instance de la classe SapOdpLinkedService.

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

Initialise une nouvelle instance de la classe SapOdpLinkedService.

SapOdpLinkedService()

Initialise une nouvelle instance de la classe SapOdpLinkedService.

public SapOdpLinkedService ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe SapOdpLinkedService.

public SapOdpLinkedService (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 server = default, object systemNumber = default, object clientId = default, object language = default, object systemId = default, object userName = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object messageServer = default, object messageServerService = default, object sncMode = default, object sncMyName = default, object sncPartnerName = default, object sncLibraryPath = default, object sncQop = default, object x509CertificatePath = default, object logonGroup = default, object subscriberName = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.SapOdpLinkedService : 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 * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.SapOdpLinkedService
Public Sub New (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 server As Object = Nothing, Optional systemNumber As Object = Nothing, Optional clientId As Object = Nothing, Optional language As Object = Nothing, Optional systemId As Object = Nothing, Optional userName As Object = Nothing, Optional password As SecretBase = Nothing, Optional messageServer As Object = Nothing, Optional messageServerService As Object = Nothing, Optional sncMode As Object = Nothing, Optional sncMyName As Object = Nothing, Optional sncPartnerName As Object = Nothing, Optional sncLibraryPath As Object = Nothing, Optional sncQop As Object = Nothing, Optional x509CertificatePath As Object = Nothing, Optional logonGroup As Object = Nothing, Optional subscriberName As Object = Nothing, Optional encryptedCredential As Object = Nothing)

Paramètres

additionalProperties
IDictionary<String,Object>

Les propriétés sans correspondance du message sont désérialisées dans 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é.

annotations
IList<Object>

Liste des balises qui peuvent être utilisées pour décrire le service lié.

server
Object

Nom d’hôte du instance SAP où se trouve la table. Type : chaîne (ou Expression avec chaîne resultType).

systemNumber
Object

Numéro système du système SAP où se trouve la table. (Généralement un nombre décimal à deux chiffres représenté sous la forme d’une chaîne.) Type : chaîne (ou Expression avec chaîne resultType).

clientId
Object

ID client du client sur le système SAP où se trouve la table. (Généralement un nombre décimal à trois chiffres représenté sous la forme d’une chaîne) Type : chaîne (ou Expression avec chaîne resultType).

language
Object

Langue du système SAP où se trouve la table. La valeur par défaut est EN. Type : chaîne (ou Expression avec chaîne resultType).

systemId
Object

ID système (SystemID) du système SAP où se trouve la table. Type : chaîne (ou Expression avec chaîne resultType).

userName
Object

Nom d’utilisateur pour accéder au serveur SAP où se trouve la table. Type : chaîne (ou Expression avec chaîne resultType).

password
SecretBase

Mot de passe pour accéder au serveur SAP où se trouve la table.

messageServer
Object

Nom d’hôte du serveur de messagerie SAP. Type : chaîne (ou Expression avec chaîne resultType).

messageServerService
Object

Nom de service ou numéro de port du serveur de messagerie. Type : chaîne (ou Expression avec chaîne resultType).

sncMode
Object

Indicateur d’activation SNC permettant d’accéder au serveur SAP où se trouve la table. Doit être 0 (désactivé) ou 1 (activé). Type : chaîne (ou Expression avec chaîne resultType).

sncMyName
Object

Nom SNC de l’indicateur permettant d’accéder au serveur SAP où se trouve la table. Type : chaîne (ou Expression avec chaîne resultType).

sncPartnerName
Object

Nom SNC du partenaire de communication permettant d’accéder au serveur SAP où se trouve la table. Type : chaîne (ou Expression avec chaîne resultType).

sncLibraryPath
Object

Bibliothèque du produit de sécurité externe permettant d’accéder au serveur SAP où se trouve la table. Type : chaîne (ou Expression avec chaîne resultType).

sncQop
Object

Qualité de protection SNC. Les valeurs autorisées sont les suivantes : 1, 2, 3, 8, 9. Type : chaîne (ou Expression avec chaîne resultType).

x509CertificatePath
Object

Chemin du fichier de certificat SNC X509. Type : chaîne (ou Expression avec chaîne resultType).

logonGroup
Object

Groupe de connexion du système SAP. Type : chaîne (ou Expression avec chaîne resultType).

subscriberName
Object

Nom de l’abonné. Type : chaîne (ou Expression avec chaîne 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 à