Partager via


HubspotLinkedService Constructeurs

Définition

Surcharges

HubspotLinkedService()

Initialise une nouvelle instance de la classe HubspotLinkedService.

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

Initialise une nouvelle instance de la classe HubspotLinkedService.

HubspotLinkedService()

Initialise une nouvelle instance de la classe HubspotLinkedService.

public HubspotLinkedService ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe HubspotLinkedService.

public HubspotLinkedService (object clientId, 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, Microsoft.Azure.Management.DataFactory.Models.SecretBase clientSecret = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase accessToken = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase refreshToken = default, object useEncryptedEndpoints = default, object useHostVerification = default, object usePeerVerification = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.HubspotLinkedService : obj * 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> * Microsoft.Azure.Management.DataFactory.Models.SecretBase * Microsoft.Azure.Management.DataFactory.Models.SecretBase * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.HubspotLinkedService
Public Sub New (clientId As Object, 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 clientSecret As SecretBase = Nothing, Optional accessToken As SecretBase = Nothing, Optional refreshToken As SecretBase = Nothing, Optional useEncryptedEndpoints As Object = Nothing, Optional useHostVerification As Object = Nothing, Optional usePeerVerification As Object = Nothing, Optional encryptedCredential As Object = Nothing)

Paramètres

clientId
Object

L’ID client associé à votre application Hubspot.

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é.

annotations
IList<Object>

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

clientSecret
SecretBase

La clé secrète client associée à votre application Hubspot.

accessToken
SecretBase

Le jeton d’accès obtenu lors de l’authentification initiale de votre intégration OAuth.

refreshToken
SecretBase

Le jeton d’actualisation obtenu lors de l’authentification initiale de votre intégration OAuth.

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.

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.

usePeerVerification
Object

Indique s’il faut vérifier l’identité du serveur en cas de connexion SSL. La valeur par défaut est true.

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 à