HdfsLinkedService Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
HdfsLinkedService() |
Initialise une nouvelle instance de la classe HdfsLinkedService. |
HdfsLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, SecretBase) |
Initialise une nouvelle instance de la classe HdfsLinkedService. |
HdfsLinkedService()
Initialise une nouvelle instance de la classe HdfsLinkedService.
public HdfsLinkedService ();
Public Sub New ()
S’applique à
HdfsLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, SecretBase)
Initialise une nouvelle instance de la classe HdfsLinkedService.
public HdfsLinkedService (object url, 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 authenticationType = default, object encryptedCredential = default, object userName = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default);
new Microsoft.Azure.Management.DataFactory.Models.HdfsLinkedService : 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> * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase -> Microsoft.Azure.Management.DataFactory.Models.HdfsLinkedService
Public Sub New (url 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 authenticationType As Object = Nothing, Optional encryptedCredential As Object = Nothing, Optional userName As Object = Nothing, Optional password As SecretBase = Nothing)
Paramètres
- url
- Object
URL du point de terminaison de service HDFS, par exemple http://myhostname:50070/webhdfs/v1 . Type : chaîne (ou Expression avec chaîne resultType).
- 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é.
- authenticationType
- Object
Type d’authentification utilisé pour se connecter au HDFS. Les valeurs possibles sont : Anonyme et Windows. Type : chaîne (ou Expression avec chaîne resultType).
- 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).
- userName
- Object
Nom d’utilisateur pour Authentification Windows. Type : chaîne (ou Expression avec chaîne resultType).
- password
- SecretBase
Mot de passe de l’authentification Windows
S’applique à
Azure SDK for .NET