PhoenixLinkedService 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
PhoenixLinkedService() |
Inicializa uma nova instância da classe PhoenixLinkedService. |
PhoenixLinkedService(Object, String, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, SecretBase, Object, Object, Object, Object, Object, Object) |
Inicializa uma nova instância da classe PhoenixLinkedService. |
PhoenixLinkedService()
Inicializa uma nova instância da classe PhoenixLinkedService.
public PhoenixLinkedService ();
Public Sub New ()
Aplica-se a
PhoenixLinkedService(Object, String, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, SecretBase, Object, Object, Object, Object, Object, Object)
Inicializa uma nova instância da classe PhoenixLinkedService.
public PhoenixLinkedService (object host, string authenticationType, 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 port = default, object httpPath = default, object username = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object enableSsl = default, object trustedCertPath = default, object useSystemTrustStore = default, object allowHostNameCNMismatch = default, object allowSelfSignedServerCert = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.PhoenixLinkedService : obj * string * 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 * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.PhoenixLinkedService
Public Sub New (host As Object, authenticationType As String, 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 port As Object = Nothing, Optional httpPath As Object = Nothing, Optional username As Object = Nothing, Optional password As SecretBase = Nothing, Optional enableSsl As Object = Nothing, Optional trustedCertPath As Object = Nothing, Optional useSystemTrustStore As Object = Nothing, Optional allowHostNameCNMismatch As Object = Nothing, Optional allowSelfSignedServerCert As Object = Nothing, Optional encryptedCredential As Object = Nothing)
Parâmetros
- host
- Object
O endereço IP ou nome do host do servidor Phoenix. (ou seja, 192.168.222.160)
- authenticationType
- String
O mecanismo de autenticação usado para se conectar ao servidor do Phoenix. Os valores possíveis incluem: 'Anonymous', 'UsernameAndPassword', 'WindowsAzureHDInsightService'
- 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.
- port
- Object
A porta TCP usada pelo servidor Phoenix para ouvir conexões de cliente. O valor padrão é 8765.
- httpPath
- Object
A URL parcial correspondente ao servidor do Phoenix. (ou seja, /gateway/área restrita/phoenix/version). O valor padrão será hbasephoenix se estiver usando WindowsAzureHDInsightService.
- username
- Object
O nome de usuário usado para se conectar ao servidor do Phoenix.
- password
- SecretBase
A senha correspondente ao nome de usuário.
- enableSsl
- Object
Especifica se as conexões com o servidor são criptografadas usando SSL. O valor padrão é false.
- trustedCertPath
- Object
O caminho completo do arquivo .pem que contém certificados de autoridade de certificação confiáveis para verificar o servidor ao se conectar via SSL. Essa propriedade só pode ser definida ao usar o SSL em IR auto-hospedado. O valor padrão é o arquivo de cacerts.pem instalado com o IR.
- useSystemTrustStore
- Object
Especifica se deve usar um certificado de autoridade de certificação do repositório de confiança de sistema ou de um arquivo PEM especificado. O valor padrão é false.
- allowHostNameCNMismatch
- Object
Especifica se é necessário o nome do certificado SSL emitido pela autoridade de certificação para corresponder ao nome de host do servidor ao se conectar via SSL. O valor padrão é false.
- allowSelfSignedServerCert
- Object
Especifica se deve permitir os certificados autoassinados do servidor. O valor padrão é false.
- 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