Partager via


AmazonS3CompatibleLinkedService Constructeurs

Définition

Surcharges

AmazonS3CompatibleLinkedService()

Initialise une nouvelle instance de la classe AmazonS3CompatibleLinkedService.

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

Initialise une nouvelle instance de la classe AmazonS3CompatibleLinkedService.

AmazonS3CompatibleLinkedService()

Initialise une nouvelle instance de la classe AmazonS3CompatibleLinkedService.

public AmazonS3CompatibleLinkedService ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe AmazonS3CompatibleLinkedService.

public AmazonS3CompatibleLinkedService (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 accessKeyId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase secretAccessKey = default, object serviceUrl = default, object forcePathStyle = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.AmazonS3CompatibleLinkedService : 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 -> Microsoft.Azure.Management.DataFactory.Models.AmazonS3CompatibleLinkedService
Public Sub New (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 accessKeyId As Object = Nothing, Optional secretAccessKey As SecretBase = Nothing, Optional serviceUrl As Object = Nothing, Optional forcePathStyle As Object = Nothing, Optional encryptedCredential As Object = Nothing)

Paramètres

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é.

annotations
IList<Object>

Liste des balises qui peuvent être utilisées pour décrire le service lié.

accessKeyId
Object

Identificateur de clé d’accès de l’utilisateur IAM (Compatible Identity and Access Management) Amazon S3. Type : chaîne (ou Expression avec chaîne resultType).

secretAccessKey
SecretBase

Clé d’accès secrète de l’utilisateur IAM (Compatible Identity and Access Management) Amazon S3.

serviceUrl
Object

Cette valeur spécifie le point de terminaison à accéder avec le connecteur compatible Amazon S3. Il s’agit d’une propriété facultative ; modifiez-le uniquement si vous souhaitez essayer un autre point de terminaison de service ou basculer entre https et http. Type : chaîne (ou Expression avec chaîne resultType).

forcePathStyle
Object

Si la valeur est true, utilisez l’accès de type chemin D’accès S3 au lieu d’un accès de style hébergé virtuel. La valeur par défaut est false. Type : booléen (ou Expression avec type booléen 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).

S’applique à