Freigeben über


AzureDataLakeStoreLinkedService Konstruktoren

Definition

Überlädt

AzureDataLakeStoreLinkedService()

Initialisiert eine neue instance der AzureDataLakeStoreLinkedService-Klasse.

AzureDataLakeStoreLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, SecretBase, Object, Object, Object, Object, Object, Object, CredentialReference)

Initialisiert eine neue instance der AzureDataLakeStoreLinkedService-Klasse.

AzureDataLakeStoreLinkedService()

Initialisiert eine neue instance der AzureDataLakeStoreLinkedService-Klasse.

public AzureDataLakeStoreLinkedService ();
Public Sub New ()

Gilt für:

AzureDataLakeStoreLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, SecretBase, Object, Object, Object, Object, Object, Object, CredentialReference)

Initialisiert eine neue instance der AzureDataLakeStoreLinkedService-Klasse.

public AzureDataLakeStoreLinkedService (object dataLakeStoreUri, 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 servicePrincipalId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalKey = default, object tenant = default, object azureCloudType = default, object accountName = default, object subscriptionId = default, object resourceGroupName = default, object encryptedCredential = default, Microsoft.Azure.Management.DataFactory.Models.CredentialReference credential = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreLinkedService : 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 * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.CredentialReference -> Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreLinkedService
Public Sub New (dataLakeStoreUri 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 servicePrincipalId As Object = Nothing, Optional servicePrincipalKey As SecretBase = Nothing, Optional tenant As Object = Nothing, Optional azureCloudType As Object = Nothing, Optional accountName As Object = Nothing, Optional subscriptionId As Object = Nothing, Optional resourceGroupName As Object = Nothing, Optional encryptedCredential As Object = Nothing, Optional credential As CredentialReference = Nothing)

Parameter

dataLakeStoreUri
Object

Data Lake Store-Dienst-URI. Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

additionalProperties
IDictionary<String,Object>

Nicht übereinstimmende Eigenschaften aus der Nachricht werden für diese Auflistung deserialisiert.

connectVia
IntegrationRuntimeReference

Der Verweis auf die Integration Runtime.

description
String

Beschreibung des verknüpften Diensts.

parameters
IDictionary<String,ParameterSpecification>

Parameter für den verknüpften Dienst.

annotations
IList<Object>

Liste der Tags, die zum Beschreiben des verknüpften Diensts verwendet werden können.

servicePrincipalId
Object

Die ID der Anwendung, die zur Authentifizierung beim Azure Data Lake Store-Konto verwendet wird. Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

servicePrincipalKey
SecretBase

Der Schlüssel der Anwendung, die zur Authentifizierung beim Azure Data Lake Store-Konto verwendet wird.

tenant
Object

Der Name oder die ID des Mandanten, zu dem der Dienstprinzipal gehört. Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

azureCloudType
Object

Gibt den Azure-Cloudtyp der Dienstprinzipalauthentifizierung an. Zulässige Werte sind AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Der Standardwert ist der Cloudtyp der Data Factory-Regionen. Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

accountName
Object

Name des Data Lake Store-Kontos. Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

subscriptionId
Object

Abonnement-ID des Data Lake Store-Kontos (falls vom Data Factory-Konto abweichend). Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

resourceGroupName
Object

Name der Ressourcengruppe des Data Lake Store-Kontos (falls vom Data Factory-Konto abweichend). Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

encryptedCredential
Object

Die für die Authentifizierung verwendeten verschlüsselten Anmeldeinformationen. Anmeldeinformationen werden mit dem Anmeldeinformations-Manager der Integration Runtime verschlüsselt. Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

credential
CredentialReference

Der Verweis auf Anmeldeinformationen, die Authentifizierungsinformationen enthält.

Gilt für: