Udostępnij za pośrednictwem


AmazonS3LinkedService Constructors

Definition

Overloads

AmazonS3LinkedService()

Initializes a new instance of the AmazonS3LinkedService class.

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

Initializes a new instance of the AmazonS3LinkedService class.

AmazonS3LinkedService()

Initializes a new instance of the AmazonS3LinkedService class.

public AmazonS3LinkedService ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AmazonS3LinkedService class.

public AmazonS3LinkedService (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 accessKeyId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase secretAccessKey = default, object serviceUrl = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase sessionToken = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.AmazonS3LinkedService : 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 * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj -> Microsoft.Azure.Management.DataFactory.Models.AmazonS3LinkedService
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 authenticationType As Object = Nothing, Optional accessKeyId As Object = Nothing, Optional secretAccessKey As SecretBase = Nothing, Optional serviceUrl As Object = Nothing, Optional sessionToken As SecretBase = Nothing, Optional encryptedCredential As Object = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

connectVia
IntegrationRuntimeReference

The integration runtime reference.

description
String

Linked service description.

parameters
IDictionary<String,ParameterSpecification>

Parameters for linked service.

annotations
IList<Object>

List of tags that can be used for describing the linked service.

authenticationType
Object

The authentication type of S3. Allowed value: AccessKey (default) or TemporarySecurityCredentials. Type: string (or Expression with resultType string).

accessKeyId
Object

The access key identifier of the Amazon S3 Identity and Access Management (IAM) user. Type: string (or Expression with resultType string).

secretAccessKey
SecretBase

The secret access key of the Amazon S3 Identity and Access Management (IAM) user.

serviceUrl
Object

This value specifies the endpoint to access with the S3 Connector. This is an optional property; change it only if you want to try a different service endpoint or want to switch between https and http. Type: string (or Expression with resultType string).

sessionToken
SecretBase

The session token for the S3 temporary security credential.

encryptedCredential
Object

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Applies to