HubspotLinkedService Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
HubspotLinkedService() |
Inicializa uma nova instância da classe HubspotLinkedService. |
HubspotLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, SecretBase, SecretBase, SecretBase, Object, Object, Object, Object) |
Inicializa uma nova instância da classe HubspotLinkedService. |
HubspotLinkedService()
Inicializa uma nova instância da classe HubspotLinkedService.
public HubspotLinkedService ();
Public Sub New ()
Aplica-se a
HubspotLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, SecretBase, SecretBase, SecretBase, Object, Object, Object, Object)
Inicializa uma nova instância da 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)
Parâmetros
- clientId
- Object
A ID de cliente associada ao seu aplicativo Hubspot.
- additionalProperties
- IDictionary<String,Object>
As propriedades sem correspondência da mensagem são desserializadas nesta coleção
- connectVia
- IntegrationRuntimeReference
A referência de runtime de integração.
- description
- String
Descrição do serviço vinculado.
- parameters
- IDictionary<String,ParameterSpecification>
Parâmetros para o serviço vinculado.
- clientSecret
- SecretBase
O segredo do cliente associado ao seu aplicativo Hubspot.
- accessToken
- SecretBase
O token de acesso obtido ao autenticar inicialmente sua integração do OAuth.
- refreshToken
- SecretBase
O token de atualização obtido ao autenticar inicialmente sua integração do OAuth.
- useEncryptedEndpoints
- Object
Especifica se os endpoints de fonte de dados são criptografados usando HTTPS. O valor padrão é true.
- useHostVerification
- Object
Especifica se é necessário o nome do host no certificado do servidor para corresponder ao nome de host do servidor ao se conectar via SSL. O valor padrão é true.
- usePeerVerification
- Object
Especifica se deve verificar a identidade do servidor quando se conecta por meio de SSL. O valor padrão é true.
- encryptedCredential
- Object
A credencial criptografada usada para autenticação. As credenciais são criptografadas usando o gerenciador de credenciais do runtime de integração. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
Aplica-se a
Azure SDK for .NET