MarketoLinkedService 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
MarketoLinkedService() |
Inicializa uma nova instância da classe MarketoLinkedService. |
MarketoLinkedService(Object, Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, SecretBase, Object, Object, Object, Object) |
Inicializa uma nova instância da classe MarketoLinkedService. |
MarketoLinkedService()
Inicializa uma nova instância da classe MarketoLinkedService.
public MarketoLinkedService ();
Public Sub New ()
Aplica-se a
MarketoLinkedService(Object, Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, SecretBase, Object, Object, Object, Object)
Inicializa uma nova instância da classe MarketoLinkedService.
public MarketoLinkedService (object endpoint, 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, object useEncryptedEndpoints = default, object useHostVerification = default, object usePeerVerification = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.MarketoLinkedService : obj * 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 * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.MarketoLinkedService
Public Sub New (endpoint As Object, 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 useEncryptedEndpoints As Object = Nothing, Optional useHostVerification As Object = Nothing, Optional usePeerVerification As Object = Nothing, Optional encryptedCredential As Object = Nothing)
Parâmetros
- endpoint
- Object
O ponto de extremidade do servidor do Marketo. (ou seja, 123-ABC-321.mktorest.com)
- clientId
- Object
A ID do cliente do serviço Marketo.
- 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 do serviço Marketo.
- 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