Skip to content

Commit

Permalink
[DataFactory]Support New Features In ADF (#25825) (#25865)
Browse files Browse the repository at this point in the history
Co-authored-by: Jingshu918 <138486531+Jingshu918@users.noreply.github.com>
  • Loading branch information
VeryEarly and Jingshu918 authored Aug 19, 2024
1 parent 8553aa6 commit 1895427
Show file tree
Hide file tree
Showing 128 changed files with 962 additions and 261 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ public AmazonMWSLinkedService()
/// be used to connect with related store or compute resource.
/// </param>

/// <param name="version">Version of the linked service.
/// </param>

/// <param name="connectVia">The integration runtime reference.
/// </param>

Expand Down Expand Up @@ -78,9 +81,9 @@ public AmazonMWSLinkedService()
/// <param name="encryptedCredential">The encrypted credential used for authentication. Credentials are encrypted
/// using the integration runtime credential manager. Type: string.
/// </param>
public AmazonMWSLinkedService(object endpoint, object marketplaceId, object sellerId, object accessKeyId, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), SecretBase mwsAuthToken = default(SecretBase), SecretBase secretKey = default(SecretBase), object useEncryptedEndpoints = default(object), object useHostVerification = default(object), object usePeerVerification = default(object), string encryptedCredential = default(string))
public AmazonMWSLinkedService(object endpoint, object marketplaceId, object sellerId, object accessKeyId, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), string version = default(string), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), SecretBase mwsAuthToken = default(SecretBase), SecretBase secretKey = default(SecretBase), object useEncryptedEndpoints = default(object), object useHostVerification = default(object), object usePeerVerification = default(object), string encryptedCredential = default(string))

: base(additionalProperties, connectVia, description, parameters, annotations)
: base(additionalProperties, version, connectVia, description, parameters, annotations)
{
this.Endpoint = endpoint;
this.MarketplaceId = marketplaceId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ public AmazonRdsForOracleLinkedService()
/// be used to connect with related store or compute resource.
/// </param>

/// <param name="version">Version of the linked service.
/// </param>

/// <param name="connectVia">The integration runtime reference.
/// </param>

Expand All @@ -52,9 +55,9 @@ public AmazonRdsForOracleLinkedService()
/// <param name="encryptedCredential">The encrypted credential used for authentication. Credentials are encrypted
/// using the integration runtime credential manager. Type: string.
/// </param>
public AmazonRdsForOracleLinkedService(object connectionString, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), SecretBase password = default(SecretBase), string encryptedCredential = default(string))
public AmazonRdsForOracleLinkedService(object connectionString, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), string version = default(string), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), SecretBase password = default(SecretBase), string encryptedCredential = default(string))

: base(additionalProperties, connectVia, description, parameters, annotations)
: base(additionalProperties, version, connectVia, description, parameters, annotations)
{
this.ConnectionString = connectionString;
this.Password = password;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ public AmazonRdsForSqlServerLinkedService()
/// be used to connect with related store or compute resource.
/// </param>

/// <param name="version">Version of the linked service.
/// </param>

/// <param name="connectVia">The integration runtime reference.
/// </param>

Expand Down Expand Up @@ -163,9 +166,9 @@ public AmazonRdsForSqlServerLinkedService()

/// <param name="alwaysEncryptedSettings">Sql always encrypted properties.
/// </param>
public AmazonRdsForSqlServerLinkedService(System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object server = default(object), object database = default(object), object encrypt = default(object), object trustServerCertificate = default(object), object hostNameInCertificate = default(object), object applicationIntent = default(object), object connectTimeout = default(object), object connectRetryCount = default(object), object connectRetryInterval = default(object), object loadBalanceTimeout = default(object), object commandTimeout = default(object), object integratedSecurity = default(object), object failoverPartner = default(object), object maxPoolSize = default(object), object minPoolSize = default(object), object multipleActiveResultSets = default(object), object multiSubnetFailover = default(object), object packetSize = default(object), object pooling = default(object), object connectionString = default(object), string authenticationType = default(string), object userName = default(object), SecretBase password = default(SecretBase), string encryptedCredential = default(string), SqlAlwaysEncryptedProperties alwaysEncryptedSettings = default(SqlAlwaysEncryptedProperties))
public AmazonRdsForSqlServerLinkedService(System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), string version = default(string), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object server = default(object), object database = default(object), object encrypt = default(object), object trustServerCertificate = default(object), object hostNameInCertificate = default(object), object applicationIntent = default(object), object connectTimeout = default(object), object connectRetryCount = default(object), object connectRetryInterval = default(object), object loadBalanceTimeout = default(object), object commandTimeout = default(object), object integratedSecurity = default(object), object failoverPartner = default(object), object maxPoolSize = default(object), object minPoolSize = default(object), object multipleActiveResultSets = default(object), object multiSubnetFailover = default(object), object packetSize = default(object), object pooling = default(object), object connectionString = default(object), string authenticationType = default(string), object userName = default(object), SecretBase password = default(SecretBase), string encryptedCredential = default(string), SqlAlwaysEncryptedProperties alwaysEncryptedSettings = default(SqlAlwaysEncryptedProperties))

: base(additionalProperties, connectVia, description, parameters, annotations)
: base(additionalProperties, version, connectVia, description, parameters, annotations)
{
this.Server = server;
this.Database = database;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ public AmazonRedshiftLinkedService()
/// be used to connect with related store or compute resource.
/// </param>

/// <param name="version">Version of the linked service.
/// </param>

/// <param name="connectVia">The integration runtime reference.
/// </param>

Expand Down Expand Up @@ -65,9 +68,9 @@ public AmazonRedshiftLinkedService()
/// <param name="encryptedCredential">The encrypted credential used for authentication. Credentials are encrypted
/// using the integration runtime credential manager. Type: string.
/// </param>
public AmazonRedshiftLinkedService(object server, object database, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object username = default(object), SecretBase password = default(SecretBase), object port = default(object), string encryptedCredential = default(string))
public AmazonRedshiftLinkedService(object server, object database, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), string version = default(string), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object username = default(object), SecretBase password = default(SecretBase), object port = default(object), string encryptedCredential = default(string))

: base(additionalProperties, connectVia, description, parameters, annotations)
: base(additionalProperties, version, connectVia, description, parameters, annotations)
{
this.Server = server;
this.Username = username;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ public AmazonS3CompatibleLinkedService()
/// be used to connect with related store or compute resource.
/// </param>

/// <param name="version">Version of the linked service.
/// </param>

/// <param name="connectVia">The integration runtime reference.
/// </param>

Expand Down Expand Up @@ -64,9 +67,9 @@ public AmazonS3CompatibleLinkedService()
/// <param name="encryptedCredential">The encrypted credential used for authentication. Credentials are encrypted
/// using the integration runtime credential manager. Type: string.
/// </param>
public AmazonS3CompatibleLinkedService(System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object accessKeyId = default(object), SecretBase secretAccessKey = default(SecretBase), object serviceUrl = default(object), object forcePathStyle = default(object), string encryptedCredential = default(string))
public AmazonS3CompatibleLinkedService(System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), string version = default(string), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object accessKeyId = default(object), SecretBase secretAccessKey = default(SecretBase), object serviceUrl = default(object), object forcePathStyle = default(object), string encryptedCredential = default(string))

: base(additionalProperties, connectVia, description, parameters, annotations)
: base(additionalProperties, version, connectVia, description, parameters, annotations)
{
this.AccessKeyId = accessKeyId;
this.SecretAccessKey = secretAccessKey;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ public AmazonS3LinkedService()
/// be used to connect with related store or compute resource.
/// </param>

/// <param name="version">Version of the linked service.
/// </param>

/// <param name="connectVia">The integration runtime reference.
/// </param>

Expand Down Expand Up @@ -67,9 +70,9 @@ public AmazonS3LinkedService()
/// <param name="encryptedCredential">The encrypted credential used for authentication. Credentials are encrypted
/// using the integration runtime credential manager. Type: string.
/// </param>
public AmazonS3LinkedService(System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object authenticationType = default(object), object accessKeyId = default(object), SecretBase secretAccessKey = default(SecretBase), object serviceUrl = default(object), SecretBase sessionToken = default(SecretBase), string encryptedCredential = default(string))
public AmazonS3LinkedService(System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), string version = default(string), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>), object authenticationType = default(object), object accessKeyId = default(object), SecretBase secretAccessKey = default(SecretBase), object serviceUrl = default(object), SecretBase sessionToken = default(SecretBase), string encryptedCredential = default(string))

: base(additionalProperties, connectVia, description, parameters, annotations)
: base(additionalProperties, version, connectVia, description, parameters, annotations)
{
this.AuthenticationType = authenticationType;
this.AccessKeyId = accessKeyId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ public AppFiguresLinkedService()
/// be used to connect with related store or compute resource.
/// </param>

/// <param name="version">Version of the linked service.
/// </param>

/// <param name="connectVia">The integration runtime reference.
/// </param>

Expand All @@ -51,9 +54,9 @@ public AppFiguresLinkedService()

/// <param name="clientKey">The client key for the AppFigures source.
/// </param>
public AppFiguresLinkedService(object userName, SecretBase password, SecretBase clientKey, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>))
public AppFiguresLinkedService(object userName, SecretBase password, SecretBase clientKey, System.Collections.Generic.IDictionary<string, object> additionalProperties = default(System.Collections.Generic.IDictionary<string, object>), string version = default(string), IntegrationRuntimeReference connectVia = default(IntegrationRuntimeReference), string description = default(string), System.Collections.Generic.IDictionary<string, ParameterSpecification> parameters = default(System.Collections.Generic.IDictionary<string, ParameterSpecification>), System.Collections.Generic.IList<object> annotations = default(System.Collections.Generic.IList<object>))

: base(additionalProperties, connectVia, description, parameters, annotations)
: base(additionalProperties, version, connectVia, description, parameters, annotations)
{
this.UserName = userName;
this.Password = password;
Expand Down
Loading

0 comments on commit 1895427

Please sign in to comment.