HubspotLinkedService Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
HubspotLinkedService() |
Inicializa una nueva instancia de la clase HubspotLinkedService. |
HubspotLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, SecretBase, SecretBase, SecretBase, Object, Object, Object, Object) |
Inicializa una nueva instancia de la clase HubspotLinkedService. |
HubspotLinkedService()
Inicializa una nueva instancia de la clase HubspotLinkedService.
public HubspotLinkedService ();
Public Sub New ()
Se aplica a
HubspotLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, SecretBase, SecretBase, SecretBase, Object, Object, Object, Object)
Inicializa una nueva instancia de la clase 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)
Parámetros
- clientId
- Object
Id. de cliente asociado a la aplicación Hubspot.
- additionalProperties
- IDictionary<String,Object>
Las propiedades no coincidentes del mensaje se deserializan en esta colección
- connectVia
- IntegrationRuntimeReference
La referencia al entorno de ejecución de integración.
- description
- String
Descripción del servicio vinculado.
- parameters
- IDictionary<String,ParameterSpecification>
Parámetros para el servicio vinculado.
Lista de etiquetas que se pueden usar para describir el servicio vinculado.
- clientSecret
- SecretBase
Secreto de cliente asociado a la aplicación Hubspot.
- accessToken
- SecretBase
Token de acceso que se obtiene al autenticar inicialmente la integración de OAuth.
- refreshToken
- SecretBase
Token de actualización que se obtiene al autenticar inicialmente la integración de OAuth.
- useEncryptedEndpoints
- Object
Especifica si los puntos de conexión de origen de datos se cifran mediante HTTPS. El valor predeterminado es true.
- useHostVerification
- Object
Especifica si se requiere que el nombre de host del certificado del servidor coincida con el nombre de host del servidor al conectarse a través de SSL. El valor predeterminado es true.
- usePeerVerification
- Object
Especifica si se debe verificar la identidad del servidor al conectarse a través de SSL. El valor predeterminado es true.
- encryptedCredential
- Object
Credencial cifrada usada para la autenticación. Las credenciales se cifran mediante el administrador de credenciales de Integration Runtime. Tipo: cadena (o Expresión con cadena resultType).
Se aplica a
Azure SDK for .NET