Package-level declarations

Types

Link copied to clipboard
data class ActivityDependencyArgs(val activity: Output<String>, val dependencyConditions: Output<List<Either<String, DependencyCondition>>>) : ConvertibleToJava<ActivityDependencyArgs>

Activity dependency information.

Link copied to clipboard
data class ActivityPolicyArgs(val retry: Output<Any>? = null, val retryIntervalInSeconds: Output<Int>? = null, val secureInput: Output<Boolean>? = null, val secureOutput: Output<Boolean>? = null, val timeout: Output<Any>? = null) : ConvertibleToJava<ActivityPolicyArgs>

Execution policy for an activity.

Link copied to clipboard
Link copied to clipboard
data class AmazonMWSLinkedServiceArgs(val accessKeyId: Output<Any>, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val endpoint: Output<Any>, val marketplaceID: Output<Any>, val mwsAuthToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val secretKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val sellerID: Output<Any>, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null) : ConvertibleToJava<AmazonMWSLinkedServiceArgs>

Amazon Marketplace Web Service linked service.

Link copied to clipboard
data class AmazonMWSObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AmazonMWSObjectDatasetArgs>

Amazon Marketplace Web Service dataset.

Link copied to clipboard
data class AmazonMWSSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AmazonMWSSourceArgs>

A copy activity Amazon Marketplace Web Service source.

Link copied to clipboard
data class AmazonRdsForOracleLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>) : ConvertibleToJava<AmazonRdsForOracleLinkedServiceArgs>

AmazonRdsForOracle database.

Link copied to clipboard
data class AmazonRdsForOraclePartitionSettingsArgs(val partitionColumnName: Output<Any>? = null, val partitionLowerBound: Output<Any>? = null, val partitionNames: Output<List<Any>>? = null, val partitionUpperBound: Output<Any>? = null) : ConvertibleToJava<AmazonRdsForOraclePartitionSettingsArgs>

The settings that will be leveraged for AmazonRdsForOracle source partitioning.

Link copied to clipboard
data class AmazonRdsForOracleSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val oracleReaderQuery: Output<Any>? = null, val partitionOption: Output<Any>? = null, val partitionSettings: Output<AmazonRdsForOraclePartitionSettingsArgs>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AmazonRdsForOracleSourceArgs>

A copy activity AmazonRdsForOracle source.

Link copied to clipboard
data class AmazonRdsForOracleTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AmazonRdsForOracleTableDatasetArgs>

The AmazonRdsForOracle database dataset.

Link copied to clipboard
data class AmazonRdsForSqlServerLinkedServiceArgs(val alwaysEncryptedSettings: Output<SqlAlwaysEncryptedPropertiesArgs>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<AmazonRdsForSqlServerLinkedServiceArgs>

Amazon RDS for SQL Server linked service.

Link copied to clipboard
data class AmazonRdsForSqlServerSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val partitionOption: Output<Any>? = null, val partitionSettings: Output<SqlPartitionSettingsArgs>? = null, val produceAdditionalTypes: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val sqlReaderQuery: Output<Any>? = null, val sqlReaderStoredProcedureName: Output<Any>? = null, val storedProcedureParameters: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AmazonRdsForSqlServerSourceArgs>

A copy activity Amazon RDS for SQL Server source.

Link copied to clipboard
data class AmazonRdsForSqlServerTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AmazonRdsForSqlServerTableDatasetArgs>

The Amazon RDS for SQL Server dataset.

Link copied to clipboard
data class AmazonRedshiftLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val database: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val server: Output<Any>, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<AmazonRedshiftLinkedServiceArgs>

Linked service for Amazon Redshift.

Link copied to clipboard
data class AmazonRedshiftSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val redshiftUnloadSettings: Output<RedshiftUnloadSettingsArgs>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AmazonRedshiftSourceArgs>

A copy activity source for Amazon Redshift Source.

Link copied to clipboard
data class AmazonRedshiftTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AmazonRedshiftTableDatasetArgs>

The Amazon Redshift table dataset.

Link copied to clipboard
data class AmazonS3CompatibleLinkedServiceArgs(val accessKeyId: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val forcePathStyle: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val secretAccessKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val serviceUrl: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AmazonS3CompatibleLinkedServiceArgs>

Linked service for Amazon S3 Compatible.

Link copied to clipboard
data class AmazonS3CompatibleLocationArgs(val bucketName: Output<Any>? = null, val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>, val version: Output<Any>? = null) : ConvertibleToJava<AmazonS3CompatibleLocationArgs>

The location of Amazon S3 Compatible dataset.

Link copied to clipboard
data class AmazonS3CompatibleReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileListPath: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val prefix: Output<Any>? = null, val recursive: Output<Any>? = null, val type: Output<String>, val wildcardFileName: Output<Any>? = null, val wildcardFolderPath: Output<Any>? = null) : ConvertibleToJava<AmazonS3CompatibleReadSettingsArgs>

Amazon S3 Compatible read settings.

Link copied to clipboard
data class AmazonS3DatasetArgs(val annotations: Output<List<Any>>? = null, val bucketName: Output<Any>, val compression: Output<DatasetCompressionArgs>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val format: Output<Any>? = null, val key: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val prefix: Output<Any>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>, val version: Output<Any>? = null) : ConvertibleToJava<AmazonS3DatasetArgs>

A single Amazon Simple Storage Service (S3) object or a set of S3 objects.

Link copied to clipboard
data class AmazonS3LinkedServiceArgs(val accessKeyId: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val secretAccessKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val serviceUrl: Output<Any>? = null, val sessionToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>) : ConvertibleToJava<AmazonS3LinkedServiceArgs>

Linked service for Amazon S3.

Link copied to clipboard
data class AmazonS3LocationArgs(val bucketName: Output<Any>? = null, val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>, val version: Output<Any>? = null) : ConvertibleToJava<AmazonS3LocationArgs>

The location of amazon S3 dataset.

Link copied to clipboard
data class AmazonS3ReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileListPath: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val prefix: Output<Any>? = null, val recursive: Output<Any>? = null, val type: Output<String>, val wildcardFileName: Output<Any>? = null, val wildcardFolderPath: Output<Any>? = null) : ConvertibleToJava<AmazonS3ReadSettingsArgs>

Amazon S3 read settings.

Link copied to clipboard
data class AppendVariableActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val name: Output<String>, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null, val value: Output<Any>? = null, val variableName: Output<String>? = null) : ConvertibleToJava<AppendVariableActivityArgs>

Append value for a Variable of type Array.

Link copied to clipboard
data class AppFiguresLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clientKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val type: Output<String>, val userName: Output<Any>) : ConvertibleToJava<AppFiguresLinkedServiceArgs>

Linked service for AppFigures.

Link copied to clipboard
data class AsanaLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val apiToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<AsanaLinkedServiceArgs>

Linked service for Asana.

Link copied to clipboard
data class AvroDatasetArgs(val annotations: Output<List<Any>>? = null, val avroCompressionCodec: Output<Any>? = null, val avroCompressionLevel: Output<Int>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val location: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AvroDatasetArgs>

Avro dataset.

Link copied to clipboard
Link copied to clipboard
data class AvroFormatArgs(val deserializer: Output<Any>? = null, val serializer: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AvroFormatArgs>

The data stored in Avro format.

Link copied to clipboard
Link copied to clipboard
data class AvroSinkArgs(val disableMetricsCollection: Output<Any>? = null, val formatSettings: Output<AvroWriteSettingsArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<AvroSinkArgs>

A copy activity Avro sink.

Link copied to clipboard
Link copied to clipboard
data class AvroSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AvroSourceArgs>

A copy activity Avro source.

Link copied to clipboard
Link copied to clipboard
data class AvroWriteSettingsArgs(val fileNamePrefix: Output<Any>? = null, val maxRowsPerFile: Output<Any>? = null, val recordName: Output<String>? = null, val recordNamespace: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<AvroWriteSettingsArgs>

Avro write settings.

Link copied to clipboard
data class AzPowerShellSetupArgs(val type: Output<String>, val version: Output<String>) : ConvertibleToJava<AzPowerShellSetupArgs>

The express custom setup of installing Azure PowerShell.

Link copied to clipboard
data class AzureBatchLinkedServiceArgs(val accessKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val accountName: Output<Any>, val annotations: Output<List<Any>>? = null, val batchUri: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val poolName: Output<Any>, val type: Output<String>) : ConvertibleToJava<AzureBatchLinkedServiceArgs>

Azure Batch linked service.

Link copied to clipboard
data class AzureBlobDatasetArgs(val annotations: Output<List<Any>>? = null, val compression: Output<DatasetCompressionArgs>? = null, val description: Output<String>? = null, val fileName: Output<Any>? = null, val folder: Output<DatasetFolderArgs>? = null, val folderPath: Output<Any>? = null, val format: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableRootLocation: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureBlobDatasetArgs>

The Azure Blob storage.

Link copied to clipboard
data class AzureBlobFSDatasetArgs(val annotations: Output<List<Any>>? = null, val compression: Output<DatasetCompressionArgs>? = null, val description: Output<String>? = null, val fileName: Output<Any>? = null, val folder: Output<DatasetFolderArgs>? = null, val folderPath: Output<Any>? = null, val format: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureBlobFSDatasetArgs>

The Azure Data Lake Storage Gen2 storage.

Link copied to clipboard
data class AzureBlobFSLinkedServiceArgs(val accountKey: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val azureCloudType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val sasToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val sasUri: Output<Any>? = null, val servicePrincipalCredential: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalCredentialType: Output<Any>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val type: Output<String>, val url: Output<Any>? = null) : ConvertibleToJava<AzureBlobFSLinkedServiceArgs>

Azure Data Lake Storage Gen2 linked service.

Link copied to clipboard
data class AzureBlobFSLocationArgs(val fileName: Output<Any>? = null, val fileSystem: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureBlobFSLocationArgs>

The location of azure blobFS dataset.

Link copied to clipboard
data class AzureBlobFSReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileListPath: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val recursive: Output<Any>? = null, val type: Output<String>, val wildcardFileName: Output<Any>? = null, val wildcardFolderPath: Output<Any>? = null) : ConvertibleToJava<AzureBlobFSReadSettingsArgs>

Azure blobFS read settings.

Link copied to clipboard
data class AzureBlobFSSinkArgs(val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val metadata: Output<List<MetadataItemArgs>>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<AzureBlobFSSinkArgs>

A copy activity Azure Data Lake Storage Gen2 sink.

Link copied to clipboard
data class AzureBlobFSSourceArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val recursive: Output<Any>? = null, val skipHeaderLineCount: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val treatEmptyAsNull: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureBlobFSSourceArgs>

A copy activity Azure BlobFS source.

Link copied to clipboard
data class AzureBlobFSWriteSettingsArgs(val blockSizeInMB: Output<Any>? = null, val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureBlobFSWriteSettingsArgs>

Azure blobFS write settings.

Link copied to clipboard
data class AzureBlobStorageLinkedServiceArgs(val accountKey: Output<AzureKeyVaultSecretReferenceArgs>? = null, val accountKind: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, AzureStorageAuthenticationType>>? = null, val azureCloudType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val containerUri: Output<Any>? = null, val credential: Output<CredentialReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val sasToken: Output<AzureKeyVaultSecretReferenceArgs>? = null, val sasUri: Output<Any>? = null, val serviceEndpoint: Output<Any>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureBlobStorageLinkedServiceArgs>

The azure blob storage linked service.

Link copied to clipboard
data class AzureBlobStorageLocationArgs(val container: Output<Any>? = null, val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureBlobStorageLocationArgs>

The location of azure blob dataset.

Link copied to clipboard
data class AzureBlobStorageReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileListPath: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val prefix: Output<Any>? = null, val recursive: Output<Any>? = null, val type: Output<String>, val wildcardFileName: Output<Any>? = null, val wildcardFolderPath: Output<Any>? = null) : ConvertibleToJava<AzureBlobStorageReadSettingsArgs>

Azure blob read settings.

Link copied to clipboard
data class AzureBlobStorageWriteSettingsArgs(val blockSizeInMB: Output<Any>? = null, val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureBlobStorageWriteSettingsArgs>

Azure blob write settings.

Link copied to clipboard
data class AzureDatabricksDeltaLakeDatasetArgs(val annotations: Output<List<Any>>? = null, val database: Output<Any>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDatabricksDeltaLakeDatasetArgs>

Azure Databricks Delta Lake dataset.

data class AzureDatabricksDeltaLakeExportCommandArgs(val dateFormat: Output<Any>? = null, val timestampFormat: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDatabricksDeltaLakeExportCommandArgs>

Azure Databricks Delta Lake export command settings.

data class AzureDatabricksDeltaLakeImportCommandArgs(val dateFormat: Output<Any>? = null, val timestampFormat: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDatabricksDeltaLakeImportCommandArgs>

Azure Databricks Delta Lake import command settings.

data class AzureDatabricksDeltaLakeLinkedServiceArgs(val accessToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val annotations: Output<List<Any>>? = null, val clusterId: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val description: Output<String>? = null, val domain: Output<Any>, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val workspaceResourceId: Output<Any>? = null) : ConvertibleToJava<AzureDatabricksDeltaLakeLinkedServiceArgs>

Azure Databricks Delta Lake linked service.

Link copied to clipboard
data class AzureDatabricksDeltaLakeSinkArgs(val disableMetricsCollection: Output<Any>? = null, val importSettings: Output<AzureDatabricksDeltaLakeImportCommandArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<AzureDatabricksDeltaLakeSinkArgs>

A copy activity Azure Databricks Delta Lake sink.

Link copied to clipboard
data class AzureDatabricksDeltaLakeSourceArgs(val disableMetricsCollection: Output<Any>? = null, val exportSettings: Output<AzureDatabricksDeltaLakeExportCommandArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDatabricksDeltaLakeSourceArgs>

A copy activity Azure Databricks Delta Lake source.

Link copied to clipboard
data class AzureDatabricksLinkedServiceArgs(val accessToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val annotations: Output<List<Any>>? = null, val authentication: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val description: Output<String>? = null, val domain: Output<Any>, val encryptedCredential: Output<String>? = null, val existingClusterId: Output<Any>? = null, val instancePoolId: Output<Any>? = null, val newClusterCustomTags: Output<Map<String, Any>>? = null, val newClusterDriverNodeType: Output<Any>? = null, val newClusterEnableElasticDisk: Output<Any>? = null, val newClusterInitScripts: Output<Any>? = null, val newClusterLogDestination: Output<Any>? = null, val newClusterNodeType: Output<Any>? = null, val newClusterNumOfWorker: Output<Any>? = null, val newClusterSparkConf: Output<Map<String, Any>>? = null, val newClusterSparkEnvVars: Output<Map<String, Any>>? = null, val newClusterVersion: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val policyId: Output<Any>? = null, val type: Output<String>, val workspaceResourceId: Output<Any>? = null) : ConvertibleToJava<AzureDatabricksLinkedServiceArgs>

Azure Databricks linked service.

Link copied to clipboard
data class AzureDataExplorerCommandActivityArgs(val command: Output<Any>, val commandTimeout: Output<Any>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<AzureDataExplorerCommandActivityArgs>

Azure Data Explorer command activity.

Link copied to clipboard
data class AzureDataExplorerLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val database: Output<Any>, val description: Output<String>? = null, val endpoint: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDataExplorerLinkedServiceArgs>

Azure Data Explorer (Kusto) linked service.

Link copied to clipboard
data class AzureDataExplorerSinkArgs(val disableMetricsCollection: Output<Any>? = null, val flushImmediately: Output<Any>? = null, val ingestionMappingAsJson: Output<Any>? = null, val ingestionMappingName: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<AzureDataExplorerSinkArgs>

A copy activity Azure Data Explorer sink.

Link copied to clipboard
data class AzureDataExplorerSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val noTruncation: Output<Any>? = null, val query: Output<Any>, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDataExplorerSourceArgs>

A copy activity Azure Data Explorer (Kusto) source.

Link copied to clipboard
data class AzureDataExplorerTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDataExplorerTableDatasetArgs>

The Azure Data Explorer (Kusto) dataset.

Link copied to clipboard
data class AzureDataLakeAnalyticsLinkedServiceArgs(val accountName: Output<Any>, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val dataLakeAnalyticsUri: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val resourceGroupName: Output<Any>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val subscriptionId: Output<Any>? = null, val tenant: Output<Any>, val type: Output<String>) : ConvertibleToJava<AzureDataLakeAnalyticsLinkedServiceArgs>

Azure Data Lake Analytics linked service.

Link copied to clipboard
data class AzureDataLakeStoreDatasetArgs(val annotations: Output<List<Any>>? = null, val compression: Output<DatasetCompressionArgs>? = null, val description: Output<String>? = null, val fileName: Output<Any>? = null, val folder: Output<DatasetFolderArgs>? = null, val folderPath: Output<Any>? = null, val format: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDataLakeStoreDatasetArgs>

Azure Data Lake Store dataset.

Link copied to clipboard
data class AzureDataLakeStoreLinkedServiceArgs(val accountName: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val azureCloudType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val dataLakeStoreUri: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val resourceGroupName: Output<Any>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val subscriptionId: Output<Any>? = null, val tenant: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDataLakeStoreLinkedServiceArgs>

Azure Data Lake Store linked service.

Link copied to clipboard
data class AzureDataLakeStoreLocationArgs(val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDataLakeStoreLocationArgs>

The location of azure data lake store dataset.

Link copied to clipboard
data class AzureDataLakeStoreReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileListPath: Output<Any>? = null, val listAfter: Output<Any>? = null, val listBefore: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val recursive: Output<Any>? = null, val type: Output<String>, val wildcardFileName: Output<Any>? = null, val wildcardFolderPath: Output<Any>? = null) : ConvertibleToJava<AzureDataLakeStoreReadSettingsArgs>

Azure data lake store read settings.

Link copied to clipboard
data class AzureDataLakeStoreSinkArgs(val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enableAdlsSingleFileParallel: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<AzureDataLakeStoreSinkArgs>

A copy activity Azure Data Lake Store sink.

Link copied to clipboard
data class AzureDataLakeStoreSourceArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val recursive: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDataLakeStoreSourceArgs>

A copy activity Azure Data Lake source.

Link copied to clipboard
data class AzureDataLakeStoreWriteSettingsArgs(val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val expiryDateTime: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureDataLakeStoreWriteSettingsArgs>

Azure data lake store write settings.

Link copied to clipboard
data class AzureFileStorageLinkedServiceArgs(val accountKey: Output<AzureKeyVaultSecretReferenceArgs>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val fileShare: Output<Any>? = null, val host: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val sasToken: Output<AzureKeyVaultSecretReferenceArgs>? = null, val sasUri: Output<Any>? = null, val snapshot: Output<Any>? = null, val type: Output<String>, val userId: Output<Any>? = null) : ConvertibleToJava<AzureFileStorageLinkedServiceArgs>

Azure File Storage linked service.

Link copied to clipboard
data class AzureFileStorageLocationArgs(val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureFileStorageLocationArgs>

The location of file server dataset.

Link copied to clipboard
data class AzureFileStorageReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileListPath: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val prefix: Output<Any>? = null, val recursive: Output<Any>? = null, val type: Output<String>, val wildcardFileName: Output<Any>? = null, val wildcardFolderPath: Output<Any>? = null) : ConvertibleToJava<AzureFileStorageReadSettingsArgs>

Azure File Storage read settings.

Link copied to clipboard
data class AzureFileStorageWriteSettingsArgs(val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureFileStorageWriteSettingsArgs>

Azure File Storage write settings.

Link copied to clipboard
data class AzureFunctionActivityArgs(val body: Output<Any>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val functionName: Output<Any>, val headers: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val method: Output<Either<String, AzureFunctionActivityMethod>>, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<AzureFunctionActivityArgs>

Azure Function activity.

Link copied to clipboard
data class AzureFunctionLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authentication: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val functionAppUrl: Output<Any>, val functionKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val resourceId: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureFunctionLinkedServiceArgs>

Azure Function linked service.

Link copied to clipboard
data class AzureKeyVaultLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val baseUrl: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val description: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<AzureKeyVaultLinkedServiceArgs>

Azure Key Vault linked service.

Link copied to clipboard
data class AzureKeyVaultSecretReferenceArgs(val secretName: Output<Any>, val secretVersion: Output<Any>? = null, val store: Output<LinkedServiceReferenceArgs>, val type: Output<String>) : ConvertibleToJava<AzureKeyVaultSecretReferenceArgs>

Azure Key Vault secret reference.

Link copied to clipboard
data class AzureMariaDBLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val pwd: Output<AzureKeyVaultSecretReferenceArgs>? = null, val type: Output<String>) : ConvertibleToJava<AzureMariaDBLinkedServiceArgs>

Azure Database for MariaDB linked service.

Link copied to clipboard
data class AzureMariaDBSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureMariaDBSourceArgs>

A copy activity Azure MariaDB source.

Link copied to clipboard
data class AzureMariaDBTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureMariaDBTableDatasetArgs>

Azure Database for MariaDB dataset.

Link copied to clipboard
data class AzureMLBatchExecutionActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val globalParameters: Output<Map<String, Any>>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null, val webServiceInputs: Output<Map<String, AzureMLWebServiceFileArgs>>? = null, val webServiceOutputs: Output<Map<String, AzureMLWebServiceFileArgs>>? = null) : ConvertibleToJava<AzureMLBatchExecutionActivityArgs>

Azure ML Batch Execution activity.

Link copied to clipboard
data class AzureMLExecutePipelineActivityArgs(val continueOnStepFailure: Output<Any>? = null, val dataPathAssignments: Output<Any>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val experimentName: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val mlParentRunId: Output<Any>? = null, val mlPipelineEndpointId: Output<Any>? = null, val mlPipelineId: Output<Any>? = null, val mlPipelineParameters: Output<Any>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null, val version: Output<Any>? = null) : ConvertibleToJava<AzureMLExecutePipelineActivityArgs>

Azure ML Execute Pipeline activity.

Link copied to clipboard
data class AzureMLLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val apiKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val authentication: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val mlEndpoint: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val type: Output<String>, val updateResourceEndpoint: Output<Any>? = null) : ConvertibleToJava<AzureMLLinkedServiceArgs>

Azure ML Studio Web Service linked service.

Link copied to clipboard
data class AzureMLServiceLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val mlWorkspaceName: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val resourceGroupName: Output<Any>, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val subscriptionId: Output<Any>, val tenant: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureMLServiceLinkedServiceArgs>

Azure ML Service linked service.

Link copied to clipboard
data class AzureMLUpdateResourceActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val trainedModelFilePath: Output<Any>, val trainedModelLinkedServiceName: Output<LinkedServiceReferenceArgs>, val trainedModelName: Output<Any>, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<AzureMLUpdateResourceActivityArgs>

Azure ML Update Resource management activity.

Link copied to clipboard
data class AzureMLWebServiceFileArgs(val filePath: Output<Any>, val linkedServiceName: Output<LinkedServiceReferenceArgs>) : ConvertibleToJava<AzureMLWebServiceFileArgs>

Azure ML WebService Input/Output file

Link copied to clipboard
data class AzureMySqlLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<AzureKeyVaultSecretReferenceArgs>? = null, val type: Output<String>) : ConvertibleToJava<AzureMySqlLinkedServiceArgs>

Azure MySQL database linked service.

Link copied to clipboard
data class AzureMySqlSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<AzureMySqlSinkArgs>

A copy activity Azure MySql sink.

Link copied to clipboard
Link copied to clipboard
data class AzureMySqlSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureMySqlSourceArgs>

A copy activity Azure MySQL source.

Link copied to clipboard
data class AzureMySqlTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureMySqlTableDatasetArgs>

The Azure MySQL database dataset.

Link copied to clipboard
data class AzurePostgreSqlLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<AzureKeyVaultSecretReferenceArgs>? = null, val type: Output<String>) : ConvertibleToJava<AzurePostgreSqlLinkedServiceArgs>

Azure PostgreSQL linked service.

Link copied to clipboard
data class AzurePostgreSqlSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<AzurePostgreSqlSinkArgs>

A copy activity Azure PostgreSQL sink.

Link copied to clipboard
data class AzurePostgreSqlSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzurePostgreSqlSourceArgs>

A copy activity Azure PostgreSQL source.

Link copied to clipboard
data class AzurePostgreSqlTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzurePostgreSqlTableDatasetArgs>

Azure PostgreSQL dataset.

Link copied to clipboard
data class AzureQueueSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<AzureQueueSinkArgs>

A copy activity Azure Queue sink.

Link copied to clipboard
Link copied to clipboard
data class AzureSearchIndexDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val indexName: Output<Any>, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureSearchIndexDatasetArgs>

The Azure Search Index.

Link copied to clipboard
data class AzureSearchIndexSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Either<String, AzureSearchIndexWriteBehaviorType>>? = null) : ConvertibleToJava<AzureSearchIndexSinkArgs>

A copy activity Azure Search Index sink.

Link copied to clipboard
data class AzureSearchLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val key: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val url: Output<Any>) : ConvertibleToJava<AzureSearchLinkedServiceArgs>

Linked service for Windows Azure Search Service.

Link copied to clipboard
data class AzureSqlDatabaseLinkedServiceArgs(val alwaysEncryptedSettings: Output<SqlAlwaysEncryptedPropertiesArgs>? = null, val annotations: Output<List<Any>>? = null, val azureCloudType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val credential: Output<CredentialReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<AzureKeyVaultSecretReferenceArgs>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureSqlDatabaseLinkedServiceArgs>

Microsoft Azure SQL Database linked service.

Link copied to clipboard
data class AzureSqlDWLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val azureCloudType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val credential: Output<CredentialReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<AzureKeyVaultSecretReferenceArgs>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureSqlDWLinkedServiceArgs>

Azure SQL Data Warehouse linked service.

Link copied to clipboard
data class AzureSqlDWTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureSqlDWTableDatasetArgs>

The Azure SQL Data Warehouse dataset.

Link copied to clipboard
data class AzureSqlMILinkedServiceArgs(val alwaysEncryptedSettings: Output<SqlAlwaysEncryptedPropertiesArgs>? = null, val annotations: Output<List<Any>>? = null, val azureCloudType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val credential: Output<CredentialReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<AzureKeyVaultSecretReferenceArgs>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureSqlMILinkedServiceArgs>

Azure SQL Managed Instance linked service.

Link copied to clipboard
data class AzureSqlMITableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureSqlMITableDatasetArgs>

The Azure SQL Managed Instance dataset.

Link copied to clipboard
data class AzureSqlSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val sqlWriterStoredProcedureName: Output<Any>? = null, val sqlWriterTableType: Output<Any>? = null, val sqlWriterUseTableLock: Output<Any>? = null, val storedProcedureParameters: Output<Any>? = null, val storedProcedureTableTypeParameterName: Output<Any>? = null, val tableOption: Output<Any>? = null, val type: Output<String>, val upsertSettings: Output<SqlUpsertSettingsArgs>? = null, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Any>? = null) : ConvertibleToJava<AzureSqlSinkArgs>

A copy activity Azure SQL sink.

Link copied to clipboard
Link copied to clipboard
data class AzureSqlSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val partitionOption: Output<Any>? = null, val partitionSettings: Output<SqlPartitionSettingsArgs>? = null, val produceAdditionalTypes: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val sqlReaderQuery: Output<Any>? = null, val sqlReaderStoredProcedureName: Output<Any>? = null, val storedProcedureParameters: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureSqlSourceArgs>

A copy activity Azure SQL source.

Link copied to clipboard
Link copied to clipboard
data class AzureSqlTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureSqlTableDatasetArgs>

The Azure SQL Server database dataset.

Link copied to clipboard
data class AzureStorageLinkedServiceArgs(val accountKey: Output<AzureKeyVaultSecretReferenceArgs>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val sasToken: Output<AzureKeyVaultSecretReferenceArgs>? = null, val sasUri: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureStorageLinkedServiceArgs>

The storage account linked service.

Link copied to clipboard
data class AzureSynapseArtifactsLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authentication: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val endpoint: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val workspaceResourceId: Output<Any>? = null) : ConvertibleToJava<AzureSynapseArtifactsLinkedServiceArgs>

Azure Synapse Analytics (Artifacts) linked service.

Link copied to clipboard
data class AzureTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>, val type: Output<String>) : ConvertibleToJava<AzureTableDatasetArgs>

The Azure Table storage dataset.

Link copied to clipboard
data class AzureTableSinkArgs(val azureTableDefaultPartitionKeyValue: Output<Any>? = null, val azureTableInsertType: Output<Any>? = null, val azureTablePartitionKeyName: Output<Any>? = null, val azureTableRowKeyName: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<AzureTableSinkArgs>

A copy activity Azure Table sink.

Link copied to clipboard
Link copied to clipboard
data class AzureTableSourceArgs(val additionalColumns: Output<Any>? = null, val azureTableSourceIgnoreTableNotFound: Output<Any>? = null, val azureTableSourceQuery: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureTableSourceArgs>

A copy activity Azure Table source.

Link copied to clipboard
data class AzureTableStorageLinkedServiceArgs(val accountKey: Output<AzureKeyVaultSecretReferenceArgs>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val sasToken: Output<AzureKeyVaultSecretReferenceArgs>? = null, val sasUri: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureTableStorageLinkedServiceArgs>

The azure table storage linked service.

Link copied to clipboard
data class BigDataPoolParametrizationReferenceArgs(val referenceName: Output<Any>, val type: Output<Either<String, BigDataPoolReferenceType>>) : ConvertibleToJava<BigDataPoolParametrizationReferenceArgs>

Big data pool reference type.

Link copied to clipboard
data class BinaryDatasetArgs(val annotations: Output<List<Any>>? = null, val compression: Output<DatasetCompressionArgs>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val location: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<BinaryDatasetArgs>

Binary dataset.

Link copied to clipboard
Link copied to clipboard
data class BinaryReadSettingsArgs(val compressionProperties: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<BinaryReadSettingsArgs>

Binary read settings.

Link copied to clipboard
data class BinarySinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<BinarySinkArgs>

A copy activity Binary sink.

Link copied to clipboard
Link copied to clipboard
data class BinarySourceArgs(val disableMetricsCollection: Output<Any>? = null, val formatSettings: Output<BinaryReadSettingsArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<BinarySourceArgs>

A copy activity Binary source.

Link copied to clipboard
Link copied to clipboard
data class BlobEventsTriggerArgs(val annotations: Output<List<Any>>? = null, val blobPathBeginsWith: Output<String>? = null, val blobPathEndsWith: Output<String>? = null, val description: Output<String>? = null, val events: Output<List<Either<String, BlobEventTypes>>>, val ignoreEmptyBlobs: Output<Boolean>? = null, val pipelines: Output<List<TriggerPipelineReferenceArgs>>? = null, val scope: Output<String>, val type: Output<String>) : ConvertibleToJava<BlobEventsTriggerArgs>

Trigger that runs every time a Blob event occurs.

Link copied to clipboard
data class BlobSinkArgs(val blobWriterAddHeader: Output<Any>? = null, val blobWriterDateTimeFormat: Output<Any>? = null, val blobWriterOverwriteFiles: Output<Any>? = null, val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val metadata: Output<List<MetadataItemArgs>>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<BlobSinkArgs>

A copy activity Azure Blob sink.

Link copied to clipboard
Link copied to clipboard
data class BlobSourceArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val recursive: Output<Any>? = null, val skipHeaderLineCount: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val treatEmptyAsNull: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<BlobSourceArgs>

A copy activity Azure Blob source.

Link copied to clipboard
Link copied to clipboard
data class BlobTriggerArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folderPath: Output<String>, val linkedService: Output<LinkedServiceReferenceArgs>, val maxConcurrency: Output<Int>, val pipelines: Output<List<TriggerPipelineReferenceArgs>>? = null, val type: Output<String>) : ConvertibleToJava<BlobTriggerArgs>

Trigger that runs every time the selected Blob container changes.

Link copied to clipboard
Link copied to clipboard
data class CassandraLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<CassandraLinkedServiceArgs>

Linked service for Cassandra data source.

Link copied to clipboard
data class CassandraSourceArgs(val additionalColumns: Output<Any>? = null, val consistencyLevel: Output<Either<String, CassandraSourceReadConsistencyLevels>>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<CassandraSourceArgs>

A copy activity source for a Cassandra database.

Link copied to clipboard
data class CassandraTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val keyspace: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<CassandraTableDatasetArgs>

The Cassandra database dataset.

Link copied to clipboard
data class ChainingTriggerArgs(val annotations: Output<List<Any>>? = null, val dependsOn: Output<List<PipelineReferenceArgs>>, val description: Output<String>? = null, val pipeline: Output<TriggerPipelineReferenceArgs>, val runDimension: Output<String>, val type: Output<String>) : ConvertibleToJava<ChainingTriggerArgs>

Trigger that allows the referenced pipeline to depend on other pipeline runs based on runDimension Name/Value pairs. Upstream pipelines should declare the same runDimension Name and their runs should have the values for those runDimensions. The referenced pipeline run would be triggered if the values for the runDimension match for all upstream pipeline runs.

Link copied to clipboard
data class CmdkeySetupArgs(val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val targetName: Output<Any>, val type: Output<String>, val userName: Output<Any>) : ConvertibleToJava<CmdkeySetupArgs>

The custom setup of running cmdkey commands.

Link copied to clipboard
Link copied to clipboard
data class CMKIdentityDefinitionArgs(val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<CMKIdentityDefinitionArgs>

Managed Identity used for CMK.

data class CommonDataServiceForAppsEntityDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val entityName: Output<Any>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<CommonDataServiceForAppsEntityDatasetArgs>

The Common Data Service for Apps entity dataset.

data class CommonDataServiceForAppsLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val deploymentType: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val hostName: Output<Any>? = null, val organizationName: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val servicePrincipalCredential: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalCredentialType: Output<Any>? = null, val servicePrincipalId: Output<Any>? = null, val serviceUri: Output<Any>? = null, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<CommonDataServiceForAppsLinkedServiceArgs>

Common Data Service for Apps linked service.

Link copied to clipboard
data class CommonDataServiceForAppsSinkArgs(val alternateKeyName: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val ignoreNullValues: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Either<String, DynamicsSinkWriteBehavior>>) : ConvertibleToJava<CommonDataServiceForAppsSinkArgs>

A copy activity Common Data Service for Apps sink.

Link copied to clipboard
data class CommonDataServiceForAppsSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<CommonDataServiceForAppsSourceArgs>

A copy activity Common Data Service for Apps source.

Link copied to clipboard
data class ComponentSetupArgs(val componentName: Output<String>, val licenseKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>) : ConvertibleToJava<ComponentSetupArgs>

The custom setup of installing 3rd party components.

Link copied to clipboard
Link copied to clipboard
data class ConcurLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clientId: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionProperties: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null, val username: Output<Any>) : ConvertibleToJava<ConcurLinkedServiceArgs>

Concur Service linked service.

Link copied to clipboard
data class ConcurObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ConcurObjectDatasetArgs>

Concur Service dataset.

Link copied to clipboard
data class ConcurSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ConcurSourceArgs>

A copy activity Concur Service source.

Link copied to clipboard
Link copied to clipboard
data class ControlActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val name: Output<String>, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<ControlActivityArgs>

Base class for all control activities like IfCondition, ForEach , Until.

Link copied to clipboard
data class CopyActivityArgs(val dataIntegrationUnits: Output<Any>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val enableSkipIncompatibleRow: Output<Any>? = null, val enableStaging: Output<Any>? = null, val inputs: Output<List<DatasetReferenceArgs>>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val logSettings: Output<LogSettingsArgs>? = null, val logStorageSettings: Output<LogStorageSettingsArgs>? = null, val name: Output<String>, val outputs: Output<List<DatasetReferenceArgs>>? = null, val parallelCopies: Output<Any>? = null, val policy: Output<ActivityPolicyArgs>? = null, val preserve: Output<List<Any>>? = null, val preserveRules: Output<List<Any>>? = null, val redirectIncompatibleRowSettings: Output<RedirectIncompatibleRowSettingsArgs>? = null, val sink: Output<Any>, val skipErrorFile: Output<SkipErrorFileArgs>? = null, val source: Output<Any>, val stagingSettings: Output<StagingSettingsArgs>? = null, val translator: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null, val validateDataConsistency: Output<Any>? = null) : ConvertibleToJava<CopyActivityArgs>

Copy activity.

Link copied to clipboard
Link copied to clipboard
data class CopyActivityLogSettingsArgs(val enableReliableLogging: Output<Any>? = null, val logLevel: Output<Any>? = null) : ConvertibleToJava<CopyActivityLogSettingsArgs>

Settings for copy activity log.

Link copied to clipboard
data class CopyComputeScalePropertiesArgs(val dataIntegrationUnit: Output<Int>? = null, val timeToLive: Output<Int>? = null) : ConvertibleToJava<CopyComputeScalePropertiesArgs>

CopyComputeScale properties for managed integration runtime.

Link copied to clipboard
data class CosmosDbLinkedServiceArgs(val accountEndpoint: Output<Any>? = null, val accountKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val annotations: Output<List<Any>>? = null, val azureCloudType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionMode: Output<Either<String, CosmosDbConnectionMode>>? = null, val connectionString: Output<Any>? = null, val credential: Output<CredentialReferenceArgs>? = null, val database: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val servicePrincipalCredential: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalCredentialType: Output<Any>? = null, val servicePrincipalId: Output<Any>? = null, val tenant: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<CosmosDbLinkedServiceArgs>

Microsoft Azure Cosmos Database (CosmosDB) linked service.

Link copied to clipboard
data class CosmosDbMongoDbApiCollectionDatasetArgs(val annotations: Output<List<Any>>? = null, val collection: Output<Any>, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<CosmosDbMongoDbApiCollectionDatasetArgs>

The CosmosDB (MongoDB API) database dataset.

Link copied to clipboard
data class CosmosDbMongoDbApiLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val database: Output<Any>, val description: Output<String>? = null, val isServerVersionAbove32: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<CosmosDbMongoDbApiLinkedServiceArgs>

Linked service for CosmosDB (MongoDB API) data source.

Link copied to clipboard
data class CosmosDbMongoDbApiSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Any>? = null) : ConvertibleToJava<CosmosDbMongoDbApiSinkArgs>

A copy activity sink for a CosmosDB (MongoDB API) database.

Link copied to clipboard
data class CosmosDbMongoDbApiSourceArgs(val additionalColumns: Output<Any>? = null, val batchSize: Output<Any>? = null, val cursorMethods: Output<MongoDbCursorMethodsPropertiesArgs>? = null, val disableMetricsCollection: Output<Any>? = null, val filter: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<CosmosDbMongoDbApiSourceArgs>

A copy activity source for a CosmosDB (MongoDB API) database.

Link copied to clipboard
data class CosmosDbSqlApiCollectionDatasetArgs(val annotations: Output<List<Any>>? = null, val collectionName: Output<Any>, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<CosmosDbSqlApiCollectionDatasetArgs>

Microsoft Azure CosmosDB (SQL API) Collection dataset.

Link copied to clipboard
data class CosmosDbSqlApiSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Any>? = null) : ConvertibleToJava<CosmosDbSqlApiSinkArgs>

A copy activity Azure CosmosDB (SQL API) Collection sink.

Link copied to clipboard
data class CosmosDbSqlApiSourceArgs(val additionalColumns: Output<Any>? = null, val detectDatetime: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val pageSize: Output<Any>? = null, val preferredRegions: Output<Any>? = null, val query: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<CosmosDbSqlApiSourceArgs>

A copy activity Azure CosmosDB (SQL API) Collection source.

Link copied to clipboard
data class CouchbaseLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val credString: Output<AzureKeyVaultSecretReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<CouchbaseLinkedServiceArgs>

Couchbase server linked service.

Link copied to clipboard
data class CouchbaseSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<CouchbaseSourceArgs>

A copy activity Couchbase server source.

Link copied to clipboard
data class CouchbaseTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<CouchbaseTableDatasetArgs>

Couchbase server dataset.

Link copied to clipboard
data class CredentialReferenceArgs(val referenceName: Output<String>, val type: Output<Either<String, CredentialReferenceType>>) : ConvertibleToJava<CredentialReferenceArgs>

Credential reference type.

Link copied to clipboard
data class CustomActivityArgs(val autoUserSpecification: Output<Any>? = null, val command: Output<Any>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val extendedProperties: Output<Map<String, Any>>? = null, val folderPath: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val referenceObjects: Output<CustomActivityReferenceObjectArgs>? = null, val resourceLinkedService: Output<LinkedServiceReferenceArgs>? = null, val retentionTimeInDays: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<CustomActivityArgs>

Custom activity type.

Link copied to clipboard
Link copied to clipboard
data class CustomActivityReferenceObjectArgs(val datasets: Output<List<DatasetReferenceArgs>>? = null, val linkedServices: Output<List<LinkedServiceReferenceArgs>>? = null) : ConvertibleToJava<CustomActivityReferenceObjectArgs>

Reference objects for custom activity

Link copied to clipboard
data class CustomDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<CustomDatasetArgs>

The custom dataset.

Link copied to clipboard
Link copied to clipboard
data class CustomDataSourceLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<CustomDataSourceLinkedServiceArgs>

Custom linked service.

Link copied to clipboard
data class CustomEventsTriggerArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val events: Output<List<Any>>, val pipelines: Output<List<TriggerPipelineReferenceArgs>>? = null, val scope: Output<String>, val subjectBeginsWith: Output<String>? = null, val subjectEndsWith: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<CustomEventsTriggerArgs>

Trigger that runs every time a custom event is received.

Link copied to clipboard
data class DatabricksNotebookActivityArgs(val baseParameters: Output<Map<String, Any>>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val libraries: Output<List<Map<String, Any>>>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val notebookPath: Output<Any>, val policy: Output<ActivityPolicyArgs>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<DatabricksNotebookActivityArgs>

DatabricksNotebook activity.

Link copied to clipboard
data class DatabricksSparkJarActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val libraries: Output<List<Map<String, Any>>>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val mainClassName: Output<Any>, val name: Output<String>, val parameters: Output<List<Any>>? = null, val policy: Output<ActivityPolicyArgs>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<DatabricksSparkJarActivityArgs>

DatabricksSparkJar activity.

Link copied to clipboard
data class DatabricksSparkPythonActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val libraries: Output<List<Map<String, Any>>>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val parameters: Output<List<Any>>? = null, val policy: Output<ActivityPolicyArgs>? = null, val pythonFile: Output<Any>, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<DatabricksSparkPythonActivityArgs>

DatabricksSparkPython activity.

Link copied to clipboard
data class DataFlowFolderArgs(val name: Output<String>? = null) : ConvertibleToJava<DataFlowFolderArgs>

The folder that this data flow is in. If not specified, Data flow will appear at the root level.

Link copied to clipboard
Link copied to clipboard
data class DataFlowReferenceArgs(val datasetParameters: Output<Any>? = null, val parameters: Output<Map<String, Any>>? = null, val referenceName: Output<String>, val type: Output<Either<String, DataFlowReferenceType>>) : ConvertibleToJava<DataFlowReferenceArgs>

Data flow reference type.

Link copied to clipboard
data class DataFlowSinkArgs(val dataset: Output<DatasetReferenceArgs>? = null, val description: Output<String>? = null, val flowlet: Output<DataFlowReferenceArgs>? = null, val linkedService: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val rejectedDataLinkedService: Output<LinkedServiceReferenceArgs>? = null, val schemaLinkedService: Output<LinkedServiceReferenceArgs>? = null) : ConvertibleToJava<DataFlowSinkArgs>

Transformation for data flow sink.

Link copied to clipboard
Link copied to clipboard
data class DataFlowSourceArgs(val dataset: Output<DatasetReferenceArgs>? = null, val description: Output<String>? = null, val flowlet: Output<DataFlowReferenceArgs>? = null, val linkedService: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val schemaLinkedService: Output<LinkedServiceReferenceArgs>? = null) : ConvertibleToJava<DataFlowSourceArgs>

Transformation for data flow source.

Link copied to clipboard
Link copied to clipboard
data class DataFlowStagingInfoArgs(val folderPath: Output<Any>? = null, val linkedService: Output<LinkedServiceReferenceArgs>? = null) : ConvertibleToJava<DataFlowStagingInfoArgs>

Staging info for execute data flow activity.

Link copied to clipboard
data class DataLakeAnalyticsUSQLActivityArgs(val compilationMode: Output<Any>? = null, val degreeOfParallelism: Output<Any>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val parameters: Output<Map<String, Any>>? = null, val policy: Output<ActivityPolicyArgs>? = null, val priority: Output<Any>? = null, val runtimeVersion: Output<Any>? = null, val scriptLinkedService: Output<LinkedServiceReferenceArgs>, val scriptPath: Output<Any>, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<DataLakeAnalyticsUSQLActivityArgs>

Data Lake Analytics U-SQL activity.

Link copied to clipboard
data class DatasetCompressionArgs(val level: Output<Any>? = null, val type: Output<Any>) : ConvertibleToJava<DatasetCompressionArgs>

The compression method used on a dataset.

Link copied to clipboard
data class DatasetFolderArgs(val name: Output<String>? = null) : ConvertibleToJava<DatasetFolderArgs>

The folder that this Dataset is in. If not specified, Dataset will appear at the root level.

Link copied to clipboard
Link copied to clipboard
data class DatasetReferenceArgs(val parameters: Output<Map<String, Any>>? = null, val referenceName: Output<String>, val type: Output<String>) : ConvertibleToJava<DatasetReferenceArgs>

Dataset reference type.

Link copied to clipboard
data class DataworldLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val apiToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<DataworldLinkedServiceArgs>

Linked service for Dataworld.

Link copied to clipboard
data class Db2LinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, Db2AuthenticationType>>? = null, val certificateCommonName: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val database: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val packageCollection: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val server: Output<Any>? = null, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<Db2LinkedServiceArgs>

Linked service for DB2 data source.

Link copied to clipboard
data class Db2SourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<Db2SourceArgs>

A copy activity source for Db2 databases.

Link copied to clipboard
Link copied to clipboard
data class Db2TableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<Db2TableDatasetArgs>

The Db2 table dataset.

Link copied to clipboard
data class DeleteActivityArgs(val dataset: Output<DatasetReferenceArgs>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val enableLogging: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val logStorageSettings: Output<LogStorageSettingsArgs>? = null, val maxConcurrentConnections: Output<Int>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val recursive: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<DeleteActivityArgs>

Delete activity.

Link copied to clipboard
Link copied to clipboard
data class DelimitedTextDatasetArgs(val annotations: Output<List<Any>>? = null, val columnDelimiter: Output<Any>? = null, val compressionCodec: Output<Any>? = null, val compressionLevel: Output<Any>? = null, val description: Output<String>? = null, val encodingName: Output<Any>? = null, val escapeChar: Output<Any>? = null, val firstRowAsHeader: Output<Any>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val location: Output<Any>, val nullValue: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val quoteChar: Output<Any>? = null, val rowDelimiter: Output<Any>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DelimitedTextDatasetArgs>

Delimited text dataset.

Link copied to clipboard
data class DelimitedTextReadSettingsArgs(val compressionProperties: Output<Any>? = null, val skipLineCount: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DelimitedTextReadSettingsArgs>

Delimited text read settings.

Link copied to clipboard
data class DelimitedTextSinkArgs(val disableMetricsCollection: Output<Any>? = null, val formatSettings: Output<DelimitedTextWriteSettingsArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<DelimitedTextSinkArgs>

A copy activity DelimitedText sink.

Link copied to clipboard
data class DelimitedTextSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val formatSettings: Output<DelimitedTextReadSettingsArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DelimitedTextSourceArgs>

A copy activity DelimitedText source.

Link copied to clipboard
data class DelimitedTextWriteSettingsArgs(val fileExtension: Output<Any>, val fileNamePrefix: Output<Any>? = null, val maxRowsPerFile: Output<Any>? = null, val quoteAllText: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DelimitedTextWriteSettingsArgs>

Delimited text write settings.

Link copied to clipboard
data class DistcpSettingsArgs(val distcpOptions: Output<Any>? = null, val resourceManagerEndpoint: Output<Any>, val tempScriptPath: Output<Any>) : ConvertibleToJava<DistcpSettingsArgs>

Distcp settings.

Link copied to clipboard
Link copied to clipboard
data class DocumentDbCollectionDatasetArgs(val annotations: Output<List<Any>>? = null, val collectionName: Output<Any>, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DocumentDbCollectionDatasetArgs>

Microsoft Azure Document Database Collection dataset.

Link copied to clipboard
data class DocumentDbCollectionSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val nestingSeparator: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Any>? = null) : ConvertibleToJava<DocumentDbCollectionSinkArgs>

A copy activity Document Database Collection sink.

Link copied to clipboard
data class DocumentDbCollectionSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val nestingSeparator: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DocumentDbCollectionSourceArgs>

A copy activity Document Database Collection source.

Link copied to clipboard
data class DrillLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val pwd: Output<AzureKeyVaultSecretReferenceArgs>? = null, val type: Output<String>) : ConvertibleToJava<DrillLinkedServiceArgs>

Drill server linked service.

Link copied to clipboard
data class DrillSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DrillSourceArgs>

A copy activity Drill server source.

Link copied to clipboard
Link copied to clipboard
data class DrillTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DrillTableDatasetArgs>

Drill server dataset.

Link copied to clipboard
data class DWCopyCommandDefaultValueArgs(val columnName: Output<Any>? = null, val defaultValue: Output<Any>? = null) : ConvertibleToJava<DWCopyCommandDefaultValueArgs>

Default value.

Link copied to clipboard
data class DWCopyCommandSettingsArgs(val additionalOptions: Output<Map<String, String>>? = null, val defaultValues: Output<List<DWCopyCommandDefaultValueArgs>>? = null) : ConvertibleToJava<DWCopyCommandSettingsArgs>

DW Copy Command settings.

Link copied to clipboard
data class DynamicsAXLinkedServiceArgs(val aadResourceId: Output<Any>, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val servicePrincipalId: Output<Any>, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val tenant: Output<Any>, val type: Output<String>, val url: Output<Any>) : ConvertibleToJava<DynamicsAXLinkedServiceArgs>

Dynamics AX linked service.

Link copied to clipboard
data class DynamicsAXResourceDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val path: Output<Any>, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DynamicsAXResourceDatasetArgs>

The path of the Dynamics AX OData entity.

Link copied to clipboard
data class DynamicsAXSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val httpRequestTimeout: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DynamicsAXSourceArgs>

A copy activity Dynamics AX source.

Link copied to clipboard
data class DynamicsCrmEntityDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val entityName: Output<Any>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DynamicsCrmEntityDatasetArgs>

The Dynamics CRM entity dataset.

Link copied to clipboard
data class DynamicsCrmLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val deploymentType: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val hostName: Output<Any>? = null, val organizationName: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val servicePrincipalCredential: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalCredentialType: Output<Any>? = null, val servicePrincipalId: Output<Any>? = null, val serviceUri: Output<Any>? = null, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<DynamicsCrmLinkedServiceArgs>

Dynamics CRM linked service.

Link copied to clipboard
data class DynamicsCrmSinkArgs(val alternateKeyName: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val ignoreNullValues: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Either<String, DynamicsSinkWriteBehavior>>) : ConvertibleToJava<DynamicsCrmSinkArgs>

A copy activity Dynamics CRM sink.

Link copied to clipboard
data class DynamicsCrmSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DynamicsCrmSourceArgs>

A copy activity Dynamics CRM source.

Link copied to clipboard
data class DynamicsEntityDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val entityName: Output<Any>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DynamicsEntityDatasetArgs>

The Dynamics entity dataset.

Link copied to clipboard
data class DynamicsLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val deploymentType: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val hostName: Output<Any>? = null, val organizationName: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val servicePrincipalCredential: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalCredentialType: Output<Any>? = null, val servicePrincipalId: Output<Any>? = null, val serviceUri: Output<Any>? = null, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<DynamicsLinkedServiceArgs>

Dynamics linked service.

Link copied to clipboard
data class DynamicsSinkArgs(val alternateKeyName: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val ignoreNullValues: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Either<String, DynamicsSinkWriteBehavior>>) : ConvertibleToJava<DynamicsSinkArgs>

A copy activity Dynamics sink.

Link copied to clipboard
Link copied to clipboard
data class DynamicsSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<DynamicsSourceArgs>

A copy activity Dynamics source.

Link copied to clipboard
Link copied to clipboard
data class EloquaLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val endpoint: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null, val username: Output<Any>) : ConvertibleToJava<EloquaLinkedServiceArgs>

Eloqua server linked service.

Link copied to clipboard
data class EloquaObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<EloquaObjectDatasetArgs>

Eloqua server dataset.

Link copied to clipboard
data class EloquaSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<EloquaSourceArgs>

A copy activity Eloqua server source.

Link copied to clipboard
Link copied to clipboard
data class EncryptionConfigurationArgs(val identity: Output<CMKIdentityDefinitionArgs>? = null, val keyName: Output<String>, val keyVersion: Output<String>? = null, val vaultBaseUrl: Output<String>) : ConvertibleToJava<EncryptionConfigurationArgs>

Definition of CMK for the factory.

Link copied to clipboard
data class EntityReferenceArgs(val referenceName: Output<String>? = null, val type: Output<Either<String, IntegrationRuntimeEntityReferenceType>>? = null) : ConvertibleToJava<EntityReferenceArgs>

The entity reference.

Link copied to clipboard
data class EnvironmentVariableSetupArgs(val type: Output<String>, val variableName: Output<String>, val variableValue: Output<String>) : ConvertibleToJava<EnvironmentVariableSetupArgs>

The custom setup of setting environment variable.

Link copied to clipboard
data class ExcelDatasetArgs(val annotations: Output<List<Any>>? = null, val compression: Output<DatasetCompressionArgs>? = null, val description: Output<String>? = null, val firstRowAsHeader: Output<Any>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val location: Output<Any>, val nullValue: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val range: Output<Any>? = null, val schema: Output<Any>? = null, val sheetIndex: Output<Any>? = null, val sheetName: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ExcelDatasetArgs>

Excel dataset.

Link copied to clipboard
Link copied to clipboard
data class ExcelSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ExcelSourceArgs>

A copy activity excel source.

Link copied to clipboard
Link copied to clipboard
data class ExecuteDataFlowActivityArgs(val compute: Output<ExecuteDataFlowActivityTypePropertiesComputeArgs>? = null, val continueOnError: Output<Any>? = null, val dataFlow: Output<DataFlowReferenceArgs>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val integrationRuntime: Output<IntegrationRuntimeReferenceArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val runConcurrently: Output<Any>? = null, val sourceStagingConcurrency: Output<Any>? = null, val staging: Output<DataFlowStagingInfoArgs>? = null, val traceLevel: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<ExecuteDataFlowActivityArgs>

Execute data flow activity.

data class ExecuteDataFlowActivityTypePropertiesComputeArgs(val computeType: Output<Any>? = null, val coreCount: Output<Any>? = null) : ConvertibleToJava<ExecuteDataFlowActivityTypePropertiesComputeArgs>

Compute properties for data flow activity.

Link copied to clipboard
data class ExecutePipelineActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val name: Output<String>, val parameters: Output<Map<String, Any>>? = null, val pipeline: Output<PipelineReferenceArgs>, val policy: Output<ExecutePipelineActivityPolicyArgs>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null, val waitOnCompletion: Output<Boolean>? = null) : ConvertibleToJava<ExecutePipelineActivityArgs>

Execute pipeline activity.

Link copied to clipboard
data class ExecutePipelineActivityPolicyArgs(val secureInput: Output<Boolean>? = null) : ConvertibleToJava<ExecutePipelineActivityPolicyArgs>

Execution policy for an execute pipeline activity.

Link copied to clipboard
data class ExecuteSSISPackageActivityArgs(val connectVia: Output<IntegrationRuntimeReferenceArgs>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val environmentPath: Output<Any>? = null, val executionCredential: Output<SSISExecutionCredentialArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val logLocation: Output<SSISLogLocationArgs>? = null, val loggingLevel: Output<Any>? = null, val name: Output<String>, val packageConnectionManagers: Output<Map<String, Map<String, SSISExecutionParameterArgs>>>? = null, val packageLocation: Output<SSISPackageLocationArgs>, val packageParameters: Output<Map<String, SSISExecutionParameterArgs>>? = null, val policy: Output<ActivityPolicyArgs>? = null, val projectConnectionManagers: Output<Map<String, Map<String, SSISExecutionParameterArgs>>>? = null, val projectParameters: Output<Map<String, SSISExecutionParameterArgs>>? = null, val propertyOverrides: Output<Map<String, SSISPropertyOverrideArgs>>? = null, val runtime: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<ExecuteSSISPackageActivityArgs>

Execute SSIS package activity.

Link copied to clipboard
data class ExecuteWranglingDataflowActivityArgs(val compute: Output<ExecuteDataFlowActivityTypePropertiesComputeArgs>? = null, val continueOnError: Output<Any>? = null, val dataFlow: Output<DataFlowReferenceArgs>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val integrationRuntime: Output<IntegrationRuntimeReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val queries: Output<List<PowerQuerySinkMappingArgs>>? = null, val runConcurrently: Output<Any>? = null, val sinks: Output<Map<String, PowerQuerySinkArgs>>? = null, val sourceStagingConcurrency: Output<Any>? = null, val staging: Output<DataFlowStagingInfoArgs>? = null, val traceLevel: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<ExecuteWranglingDataflowActivityArgs>

Execute power query activity.

Link copied to clipboard
data class ExecutionActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<ExecutionActivityArgs>

Base class for all execution activities.

Link copied to clipboard
data class ExpressionArgs(val type: Output<String>, val value: Output<String>) : ConvertibleToJava<ExpressionArgs>

Azure Data Factory expression definition.

Link copied to clipboard
Link copied to clipboard
data class FactoryGitHubConfigurationArgs(val accountName: Output<String>, val clientId: Output<String>? = null, val clientSecret: Output<GitHubClientSecretArgs>? = null, val collaborationBranch: Output<String>, val disablePublish: Output<Boolean>? = null, val hostName: Output<String>? = null, val lastCommitId: Output<String>? = null, val repositoryName: Output<String>, val rootFolder: Output<String>, val type: Output<String>) : ConvertibleToJava<FactoryGitHubConfigurationArgs>

Factory's GitHub repo information.

Link copied to clipboard
data class FactoryIdentityArgs(val type: Output<Either<String, FactoryIdentityType>>, val userAssignedIdentities: Output<Map<String, Any>>? = null) : ConvertibleToJava<FactoryIdentityArgs>

Identity properties of the factory resource.

Link copied to clipboard
data class FactoryVSTSConfigurationArgs(val accountName: Output<String>, val collaborationBranch: Output<String>, val disablePublish: Output<Boolean>? = null, val lastCommitId: Output<String>? = null, val projectName: Output<String>, val repositoryName: Output<String>, val rootFolder: Output<String>, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<FactoryVSTSConfigurationArgs>

Factory's VSTS repo information.

Link copied to clipboard
data class FailActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val errorCode: Output<Any>, val message: Output<Any>, val name: Output<String>, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<FailActivityArgs>

This activity will fail within its own scope and output a custom error message and error code. The error message and code can provided either as a string literal or as an expression that can be evaluated to a string at runtime. The activity scope can be the whole pipeline or a control activity (e.g. foreach, switch, until), if the fail activity is contained in it.

Link copied to clipboard
Link copied to clipboard
data class FileServerLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val userId: Output<Any>? = null) : ConvertibleToJava<FileServerLinkedServiceArgs>

File system linked service.

Link copied to clipboard
data class FileServerLocationArgs(val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<FileServerLocationArgs>

The location of file server dataset.

Link copied to clipboard
data class FileServerReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileFilter: Output<Any>? = null, val fileListPath: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val recursive: Output<Any>? = null, val type: Output<String>, val wildcardFileName: Output<Any>? = null, val wildcardFolderPath: Output<Any>? = null) : ConvertibleToJava<FileServerReadSettingsArgs>

File server read settings.

Link copied to clipboard
data class FileServerWriteSettingsArgs(val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<FileServerWriteSettingsArgs>

File server write settings.

Link copied to clipboard
data class FileShareDatasetArgs(val annotations: Output<List<Any>>? = null, val compression: Output<DatasetCompressionArgs>? = null, val description: Output<String>? = null, val fileFilter: Output<Any>? = null, val fileName: Output<Any>? = null, val folder: Output<DatasetFolderArgs>? = null, val folderPath: Output<Any>? = null, val format: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<FileShareDatasetArgs>

An on-premises file system dataset.

Link copied to clipboard
data class FileSystemSinkArgs(val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<FileSystemSinkArgs>

A copy activity file system sink.

Link copied to clipboard
Link copied to clipboard
data class FileSystemSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val recursive: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<FileSystemSourceArgs>

A copy activity file system source.

Link copied to clipboard
data class FilterActivityArgs(val condition: Output<ExpressionArgs>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val items: Output<ExpressionArgs>, val name: Output<String>, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<FilterActivityArgs>

Filter and return results from input array based on the conditions.

Link copied to clipboard
Link copied to clipboard
data class FlowletArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DataFlowFolderArgs>? = null, val script: Output<String>? = null, val scriptLines: Output<List<String>>? = null, val sinks: Output<List<DataFlowSinkArgs>>? = null, val sources: Output<List<DataFlowSourceArgs>>? = null, val transformations: Output<List<TransformationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<FlowletArgs>

Data flow flowlet

Link copied to clipboard
Link copied to clipboard
data class ForEachActivityArgs(val activities: Output<List<Any>>, val batchCount: Output<Int>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val isSequential: Output<Boolean>? = null, val items: Output<ExpressionArgs>, val name: Output<String>, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<ForEachActivityArgs>

This activity is used for iterating over a collection and execute given activities.

Link copied to clipboard
data class FtpReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableChunking: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileListPath: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val recursive: Output<Any>? = null, val type: Output<String>, val useBinaryTransfer: Output<Any>? = null, val wildcardFileName: Output<Any>? = null, val wildcardFolderPath: Output<Any>? = null) : ConvertibleToJava<FtpReadSettingsArgs>

Ftp read settings.

Link copied to clipboard
data class FtpServerLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, FtpAuthenticationType>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val enableServerCertificateValidation: Output<Any>? = null, val enableSsl: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<FtpServerLinkedServiceArgs>

A FTP server Linked Service.

Link copied to clipboard
data class FtpServerLocationArgs(val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<FtpServerLocationArgs>

The location of ftp server dataset.

Link copied to clipboard
data class GetCredentialOperationPlainArgs(val credentialName: String, val factoryName: String, val resourceGroupName: String) : ConvertibleToJava<GetCredentialOperationPlainArgs>
Link copied to clipboard
data class GetDataFlowPlainArgs(val dataFlowName: String, val factoryName: String, val resourceGroupName: String) : ConvertibleToJava<GetDataFlowPlainArgs>
Link copied to clipboard
data class GetDatasetPlainArgs(val datasetName: String, val factoryName: String, val resourceGroupName: String) : ConvertibleToJava<GetDatasetPlainArgs>
data class GetExposureControlFeatureValueByFactoryPlainArgs(val factoryName: String, val featureName: String? = null, val featureType: String? = null, val resourceGroupName: String) : ConvertibleToJava<GetExposureControlFeatureValueByFactoryPlainArgs>
Link copied to clipboard
data class GetExposureControlFeatureValuePlainArgs(val featureName: String? = null, val featureType: String? = null, val locationId: String) : ConvertibleToJava<GetExposureControlFeatureValuePlainArgs>
Link copied to clipboard
data class GetFactoryDataPlaneAccessPlainArgs(val accessResourcePath: String? = null, val expireTime: String? = null, val factoryName: String, val permissions: String? = null, val profileName: String? = null, val resourceGroupName: String, val startTime: String? = null) : ConvertibleToJava<GetFactoryDataPlaneAccessPlainArgs>
Link copied to clipboard
data class GetFactoryGitHubAccessTokenPlainArgs(val factoryName: String, val gitHubAccessCode: String, val gitHubAccessTokenBaseUrl: String, val gitHubClientId: String? = null, val gitHubClientSecret: GitHubClientSecret? = null, val resourceGroupName: String) : ConvertibleToJava<GetFactoryGitHubAccessTokenPlainArgs>
Link copied to clipboard
data class GetFactoryPlainArgs(val factoryName: String, val resourceGroupName: String) : ConvertibleToJava<GetFactoryPlainArgs>
Link copied to clipboard
data class GetGlobalParameterPlainArgs(val factoryName: String, val globalParameterName: String, val resourceGroupName: String) : ConvertibleToJava<GetGlobalParameterPlainArgs>
data class GetIntegrationRuntimeConnectionInfoPlainArgs(val factoryName: String, val integrationRuntimeName: String, val resourceGroupName: String) : ConvertibleToJava<GetIntegrationRuntimeConnectionInfoPlainArgs>
data class GetIntegrationRuntimeObjectMetadatumPlainArgs(val factoryName: String, val integrationRuntimeName: String, val metadataPath: String? = null, val resourceGroupName: String) : ConvertibleToJava<GetIntegrationRuntimeObjectMetadatumPlainArgs>
Link copied to clipboard
data class GetIntegrationRuntimePlainArgs(val factoryName: String, val integrationRuntimeName: String, val resourceGroupName: String) : ConvertibleToJava<GetIntegrationRuntimePlainArgs>
Link copied to clipboard
data class GetIntegrationRuntimeStatusPlainArgs(val factoryName: String, val integrationRuntimeName: String, val resourceGroupName: String) : ConvertibleToJava<GetIntegrationRuntimeStatusPlainArgs>
Link copied to clipboard
data class GetLinkedServicePlainArgs(val factoryName: String, val linkedServiceName: String, val resourceGroupName: String) : ConvertibleToJava<GetLinkedServicePlainArgs>
Link copied to clipboard
data class GetManagedPrivateEndpointPlainArgs(val factoryName: String, val managedPrivateEndpointName: String, val managedVirtualNetworkName: String, val resourceGroupName: String) : ConvertibleToJava<GetManagedPrivateEndpointPlainArgs>
Link copied to clipboard
data class GetMetadataActivityArgs(val dataset: Output<DatasetReferenceArgs>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val fieldList: Output<List<Any>>? = null, val formatSettings: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<GetMetadataActivityArgs>

Activity to get metadata of dataset

Link copied to clipboard
data class GetPipelinePlainArgs(val factoryName: String, val pipelineName: String, val resourceGroupName: String) : ConvertibleToJava<GetPipelinePlainArgs>
Link copied to clipboard
data class GetPrivateEndpointConnectionPlainArgs(val factoryName: String, val privateEndpointConnectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrivateEndpointConnectionPlainArgs>
data class GetTriggerEventSubscriptionStatusPlainArgs(val factoryName: String, val resourceGroupName: String, val triggerName: String) : ConvertibleToJava<GetTriggerEventSubscriptionStatusPlainArgs>
Link copied to clipboard
data class GetTriggerPlainArgs(val factoryName: String, val resourceGroupName: String, val triggerName: String) : ConvertibleToJava<GetTriggerPlainArgs>
Link copied to clipboard
data class GitHubClientSecret(val byoaSecretAkvUrl: String? = null, val byoaSecretName: String? = null) : ConvertibleToJava<GitHubClientSecret>

Client secret information for factory's bring your own app repository configuration.

Link copied to clipboard
data class GitHubClientSecretArgs(val byoaSecretAkvUrl: Output<String>? = null, val byoaSecretName: Output<String>? = null) : ConvertibleToJava<GitHubClientSecretArgs>

Client secret information for factory's bring your own app repository configuration.

Link copied to clipboard
Link copied to clipboard
data class GlobalParameterSpecificationArgs(val type: Output<Either<String, GlobalParameterType>>, val value: Output<Any>) : ConvertibleToJava<GlobalParameterSpecificationArgs>

Definition of a single parameter for an entity.

Link copied to clipboard
data class GoogleAdWordsLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, GoogleAdWordsAuthenticationType>>? = null, val clientCustomerID: Output<Any>? = null, val clientId: Output<Any>? = null, val clientSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionProperties: Output<Any>? = null, val description: Output<String>? = null, val developerToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val email: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val keyFilePath: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val refreshToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val trustedCertPath: Output<Any>? = null, val type: Output<String>, val useSystemTrustStore: Output<Any>? = null) : ConvertibleToJava<GoogleAdWordsLinkedServiceArgs>

Google AdWords service linked service.

Link copied to clipboard
data class GoogleAdWordsObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<GoogleAdWordsObjectDatasetArgs>

Google AdWords service dataset.

Link copied to clipboard
data class GoogleAdWordsSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<GoogleAdWordsSourceArgs>

A copy activity Google AdWords service source.

Link copied to clipboard
data class GoogleBigQueryLinkedServiceArgs(val additionalProjects: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, GoogleBigQueryAuthenticationType>>, val clientId: Output<Any>? = null, val clientSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val email: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val keyFilePath: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val project: Output<Any>, val refreshToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val requestGoogleDriveScope: Output<Any>? = null, val trustedCertPath: Output<Any>? = null, val type: Output<String>, val useSystemTrustStore: Output<Any>? = null) : ConvertibleToJava<GoogleBigQueryLinkedServiceArgs>

Google BigQuery service linked service.

Link copied to clipboard
data class GoogleBigQueryObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val dataset: Output<Any>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<GoogleBigQueryObjectDatasetArgs>

Google BigQuery service dataset.

Link copied to clipboard
data class GoogleBigQuerySourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<GoogleBigQuerySourceArgs>

A copy activity Google BigQuery service source.

Link copied to clipboard
data class GoogleCloudStorageLinkedServiceArgs(val accessKeyId: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val secretAccessKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val serviceUrl: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<GoogleCloudStorageLinkedServiceArgs>

Linked service for Google Cloud Storage.

Link copied to clipboard
data class GoogleCloudStorageLocationArgs(val bucketName: Output<Any>? = null, val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>, val version: Output<Any>? = null) : ConvertibleToJava<GoogleCloudStorageLocationArgs>

The location of Google Cloud Storage dataset.

Link copied to clipboard
data class GoogleCloudStorageReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileListPath: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val prefix: Output<Any>? = null, val recursive: Output<Any>? = null, val type: Output<String>, val wildcardFileName: Output<Any>? = null, val wildcardFolderPath: Output<Any>? = null) : ConvertibleToJava<GoogleCloudStorageReadSettingsArgs>

Google Cloud Storage read settings.

Link copied to clipboard
data class GoogleSheetsLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val apiToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<GoogleSheetsLinkedServiceArgs>

Linked service for GoogleSheets.

Link copied to clipboard
data class GreenplumLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val pwd: Output<AzureKeyVaultSecretReferenceArgs>? = null, val type: Output<String>) : ConvertibleToJava<GreenplumLinkedServiceArgs>

Greenplum Database linked service.

Link copied to clipboard
data class GreenplumSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<GreenplumSourceArgs>

A copy activity Greenplum Database source.

Link copied to clipboard
data class GreenplumTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<GreenplumTableDatasetArgs>

Greenplum Database dataset.

Link copied to clipboard
data class HBaseLinkedServiceArgs(val allowHostNameCNMismatch: Output<Any>? = null, val allowSelfSignedServerCert: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, HBaseAuthenticationType>>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val enableSsl: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val httpPath: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val trustedCertPath: Output<Any>? = null, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<HBaseLinkedServiceArgs>

HBase server linked service.

Link copied to clipboard
data class HBaseObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<HBaseObjectDatasetArgs>

HBase server dataset.

Link copied to clipboard
data class HBaseSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<HBaseSourceArgs>

A copy activity HBase server source.

Link copied to clipboard
Link copied to clipboard
data class HdfsLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val url: Output<Any>, val userName: Output<Any>? = null) : ConvertibleToJava<HdfsLinkedServiceArgs>

Hadoop Distributed File System (HDFS) linked service.

Link copied to clipboard
data class HdfsLocationArgs(val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<HdfsLocationArgs>

The location of HDFS.

Link copied to clipboard
Link copied to clipboard
data class HdfsReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val distcpSettings: Output<DistcpSettingsArgs>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileListPath: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val recursive: Output<Any>? = null, val type: Output<String>, val wildcardFileName: Output<Any>? = null, val wildcardFolderPath: Output<Any>? = null) : ConvertibleToJava<HdfsReadSettingsArgs>

HDFS read settings.

Link copied to clipboard
data class HdfsSourceArgs(val disableMetricsCollection: Output<Any>? = null, val distcpSettings: Output<DistcpSettingsArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val recursive: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<HdfsSourceArgs>

A copy activity HDFS source.

Link copied to clipboard
Link copied to clipboard
data class HDInsightHiveActivityArgs(val arguments: Output<List<Any>>? = null, val defines: Output<Map<String, Any>>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val getDebugInfo: Output<Either<String, HDInsightActivityDebugInfoOption>>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val queryTimeout: Output<Int>? = null, val scriptLinkedService: Output<LinkedServiceReferenceArgs>? = null, val scriptPath: Output<Any>? = null, val storageLinkedServices: Output<List<LinkedServiceReferenceArgs>>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null, val variables: Output<Map<String, Any>>? = null) : ConvertibleToJava<HDInsightHiveActivityArgs>

HDInsight Hive activity type.

Link copied to clipboard
data class HDInsightLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clusterUri: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val fileSystem: Output<Any>? = null, val hcatalogLinkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val isEspEnabled: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<HDInsightLinkedServiceArgs>

HDInsight linked service.

Link copied to clipboard
data class HDInsightMapReduceActivityArgs(val arguments: Output<List<Any>>? = null, val className: Output<Any>, val defines: Output<Map<String, Any>>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val getDebugInfo: Output<Either<String, HDInsightActivityDebugInfoOption>>? = null, val jarFilePath: Output<Any>, val jarLibs: Output<List<Any>>? = null, val jarLinkedService: Output<LinkedServiceReferenceArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val storageLinkedServices: Output<List<LinkedServiceReferenceArgs>>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<HDInsightMapReduceActivityArgs>

HDInsight MapReduce activity type.

Link copied to clipboard
data class HDInsightOnDemandLinkedServiceArgs(val additionalLinkedServiceNames: Output<List<LinkedServiceReferenceArgs>>? = null, val annotations: Output<List<Any>>? = null, val clusterNamePrefix: Output<Any>? = null, val clusterPassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val clusterResourceGroup: Output<Any>, val clusterSize: Output<Any>, val clusterSshPassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val clusterSshUserName: Output<Any>? = null, val clusterType: Output<Any>? = null, val clusterUserName: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val coreConfiguration: Output<Any>? = null, val credential: Output<CredentialReferenceArgs>? = null, val dataNodeSize: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val hBaseConfiguration: Output<Any>? = null, val hcatalogLinkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val hdfsConfiguration: Output<Any>? = null, val headNodeSize: Output<Any>? = null, val hiveConfiguration: Output<Any>? = null, val hostSubscriptionId: Output<Any>, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val mapReduceConfiguration: Output<Any>? = null, val oozieConfiguration: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val scriptActions: Output<List<ScriptActionArgs>>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val sparkVersion: Output<Any>? = null, val stormConfiguration: Output<Any>? = null, val subnetName: Output<Any>? = null, val tenant: Output<Any>, val timeToLive: Output<Any>, val type: Output<String>, val version: Output<Any>, val virtualNetworkId: Output<Any>? = null, val yarnConfiguration: Output<Any>? = null, val zookeeperNodeSize: Output<Any>? = null) : ConvertibleToJava<HDInsightOnDemandLinkedServiceArgs>

HDInsight ondemand linked service.

Link copied to clipboard
data class HDInsightPigActivityArgs(val arguments: Output<Any>? = null, val defines: Output<Map<String, Any>>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val getDebugInfo: Output<Either<String, HDInsightActivityDebugInfoOption>>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val scriptLinkedService: Output<LinkedServiceReferenceArgs>? = null, val scriptPath: Output<Any>? = null, val storageLinkedServices: Output<List<LinkedServiceReferenceArgs>>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<HDInsightPigActivityArgs>

HDInsight Pig activity type.

Link copied to clipboard
data class HDInsightSparkActivityArgs(val arguments: Output<List<Any>>? = null, val className: Output<String>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val entryFilePath: Output<Any>, val getDebugInfo: Output<Either<String, HDInsightActivityDebugInfoOption>>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val proxyUser: Output<Any>? = null, val rootPath: Output<Any>, val sparkConfig: Output<Map<String, Any>>? = null, val sparkJobLinkedService: Output<LinkedServiceReferenceArgs>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<HDInsightSparkActivityArgs>

HDInsight Spark activity.

Link copied to clipboard
data class HDInsightStreamingActivityArgs(val arguments: Output<List<Any>>? = null, val combiner: Output<Any>? = null, val commandEnvironment: Output<List<Any>>? = null, val defines: Output<Map<String, Any>>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val fileLinkedService: Output<LinkedServiceReferenceArgs>? = null, val filePaths: Output<List<Any>>, val getDebugInfo: Output<Either<String, HDInsightActivityDebugInfoOption>>? = null, val input: Output<Any>, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val mapper: Output<Any>, val name: Output<String>, val output: Output<Any>, val policy: Output<ActivityPolicyArgs>? = null, val reducer: Output<Any>, val storageLinkedServices: Output<List<LinkedServiceReferenceArgs>>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<HDInsightStreamingActivityArgs>

HDInsight streaming activity type.

Link copied to clipboard
data class HiveLinkedServiceArgs(val allowHostNameCNMismatch: Output<Any>? = null, val allowSelfSignedServerCert: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, HiveAuthenticationType>>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val enableSsl: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val httpPath: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val serverType: Output<Either<String, HiveServerType>>? = null, val serviceDiscoveryMode: Output<Any>? = null, val thriftTransportProtocol: Output<Either<String, HiveThriftTransportProtocol>>? = null, val trustedCertPath: Output<Any>? = null, val type: Output<String>, val useNativeQuery: Output<Any>? = null, val useSystemTrustStore: Output<Any>? = null, val username: Output<Any>? = null, val zooKeeperNameSpace: Output<Any>? = null) : ConvertibleToJava<HiveLinkedServiceArgs>

Hive Server linked service.

Link copied to clipboard
data class HiveObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<HiveObjectDatasetArgs>

Hive Server dataset.

Link copied to clipboard
data class HiveSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<HiveSourceArgs>

A copy activity Hive Server source.

Link copied to clipboard
Link copied to clipboard
data class HttpDatasetArgs(val additionalHeaders: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val compression: Output<DatasetCompressionArgs>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val format: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val relativeUrl: Output<Any>? = null, val requestBody: Output<Any>? = null, val requestMethod: Output<Any>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<HttpDatasetArgs>

A file in an HTTP web server.

Link copied to clipboard
Link copied to clipboard
data class HttpLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authHeaders: Output<Any>? = null, val authenticationType: Output<Either<String, HttpAuthenticationType>>? = null, val certThumbprint: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val embeddedCertData: Output<Any>? = null, val enableServerCertificateValidation: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val url: Output<Any>, val userName: Output<Any>? = null) : ConvertibleToJava<HttpLinkedServiceArgs>

Linked service for an HTTP source.

Link copied to clipboard
data class HttpReadSettingsArgs(val additionalColumns: Output<Any>? = null, val additionalHeaders: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val requestBody: Output<Any>? = null, val requestMethod: Output<Any>? = null, val requestTimeout: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<HttpReadSettingsArgs>

Http read settings.

Link copied to clipboard
data class HttpServerLocationArgs(val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val relativeUrl: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<HttpServerLocationArgs>

The location of http server.

Link copied to clipboard
data class HttpSourceArgs(val disableMetricsCollection: Output<Any>? = null, val httpRequestTimeout: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<HttpSourceArgs>

A copy activity source for an HTTP file.

Link copied to clipboard
Link copied to clipboard
data class HubspotLinkedServiceArgs(val accessToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val annotations: Output<List<Any>>? = null, val clientId: Output<Any>, val clientSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val refreshToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null) : ConvertibleToJava<HubspotLinkedServiceArgs>

Hubspot Service linked service.

Link copied to clipboard
data class HubspotObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<HubspotObjectDatasetArgs>

Hubspot Service dataset.

Link copied to clipboard
data class HubspotSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<HubspotSourceArgs>

A copy activity Hubspot Service source.

Link copied to clipboard
Link copied to clipboard
data class IfConditionActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val expression: Output<ExpressionArgs>, val ifFalseActivities: Output<List<Any>>? = null, val ifTrueActivities: Output<List<Any>>? = null, val name: Output<String>, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<IfConditionActivityArgs>

This activity evaluates a boolean expression and executes either the activities under the ifTrueActivities property or the ifFalseActivities property depending on the result of the expression.

Link copied to clipboard
data class ImpalaLinkedServiceArgs(val allowHostNameCNMismatch: Output<Any>? = null, val allowSelfSignedServerCert: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, ImpalaAuthenticationType>>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val enableSsl: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val trustedCertPath: Output<Any>? = null, val type: Output<String>, val useSystemTrustStore: Output<Any>? = null, val username: Output<Any>? = null) : ConvertibleToJava<ImpalaLinkedServiceArgs>

Impala server linked service.

Link copied to clipboard
data class ImpalaObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ImpalaObjectDatasetArgs>

Impala server dataset.

Link copied to clipboard
data class ImpalaSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ImpalaSourceArgs>

A copy activity Impala server source.

Link copied to clipboard
Link copied to clipboard
data class InformixLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val credential: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<InformixLinkedServiceArgs>

Informix linked service.

Link copied to clipboard
data class InformixSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<InformixSinkArgs>

A copy activity Informix sink.

Link copied to clipboard
Link copied to clipboard
data class InformixSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<InformixSourceArgs>

A copy activity source for Informix.

Link copied to clipboard
Link copied to clipboard
data class InformixTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<InformixTableDatasetArgs>

The Informix table dataset.

Link copied to clipboard
data class IntegrationRuntimeComputePropertiesArgs(val copyComputeScaleProperties: Output<CopyComputeScalePropertiesArgs>? = null, val dataFlowProperties: Output<IntegrationRuntimeDataFlowPropertiesArgs>? = null, val location: Output<String>? = null, val maxParallelExecutionsPerNode: Output<Int>? = null, val nodeSize: Output<String>? = null, val numberOfNodes: Output<Int>? = null, val pipelineExternalComputeScaleProperties: Output<PipelineExternalComputeScalePropertiesArgs>? = null, val vNetProperties: Output<IntegrationRuntimeVNetPropertiesArgs>? = null) : ConvertibleToJava<IntegrationRuntimeComputePropertiesArgs>

The compute resource properties for managed integration runtime.

data class IntegrationRuntimeCustomerVirtualNetworkArgs(val subnetId: Output<String>? = null) : ConvertibleToJava<IntegrationRuntimeCustomerVirtualNetworkArgs>

The definition and properties of virtual network to which Azure-SSIS integration runtime will join.

data class IntegrationRuntimeCustomSetupScriptPropertiesArgs(val blobContainerUri: Output<String>? = null, val sasToken: Output<SecureStringArgs>? = null) : ConvertibleToJava<IntegrationRuntimeCustomSetupScriptPropertiesArgs>

Custom setup script properties for a managed dedicated integration runtime.

Link copied to clipboard
data class IntegrationRuntimeDataFlowPropertiesArgs(val cleanup: Output<Boolean>? = null, val computeType: Output<Either<String, DataFlowComputeType>>? = null, val coreCount: Output<Int>? = null, val customProperties: Output<List<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>>? = null, val timeToLive: Output<Int>? = null) : ConvertibleToJava<IntegrationRuntimeDataFlowPropertiesArgs>

Data flow properties for managed integration runtime.

data class IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<IntegrationRuntimeDataFlowPropertiesCustomPropertiesArgs>
data class IntegrationRuntimeDataProxyPropertiesArgs(val connectVia: Output<EntityReferenceArgs>? = null, val path: Output<String>? = null, val stagingLinkedService: Output<EntityReferenceArgs>? = null) : ConvertibleToJava<IntegrationRuntimeDataProxyPropertiesArgs>

Data proxy properties for a managed dedicated integration runtime.

Link copied to clipboard
data class IntegrationRuntimeReferenceArgs(val parameters: Output<Map<String, Any>>? = null, val referenceName: Output<String>, val type: Output<String>) : ConvertibleToJava<IntegrationRuntimeReferenceArgs>

Integration runtime reference type.

Link copied to clipboard
data class IntegrationRuntimeSsisCatalogInfoArgs(val catalogAdminPassword: Output<SecureStringArgs>? = null, val catalogAdminUserName: Output<String>? = null, val catalogPricingTier: Output<Either<String, IntegrationRuntimeSsisCatalogPricingTier>>? = null, val catalogServerEndpoint: Output<String>? = null, val dualStandbyPairName: Output<String>? = null) : ConvertibleToJava<IntegrationRuntimeSsisCatalogInfoArgs>

Catalog information for managed dedicated integration runtime.

Link copied to clipboard
data class IntegrationRuntimeSsisPropertiesArgs(val catalogInfo: Output<IntegrationRuntimeSsisCatalogInfoArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val customSetupScriptProperties: Output<IntegrationRuntimeCustomSetupScriptPropertiesArgs>? = null, val dataProxyProperties: Output<IntegrationRuntimeDataProxyPropertiesArgs>? = null, val edition: Output<Either<String, IntegrationRuntimeEdition>>? = null, val expressCustomSetupProperties: Output<List<Any>>? = null, val licenseType: Output<Either<String, IntegrationRuntimeLicenseType>>? = null, val packageStores: Output<List<PackageStoreArgs>>? = null) : ConvertibleToJava<IntegrationRuntimeSsisPropertiesArgs>

SSIS properties for managed integration runtime.

Link copied to clipboard
data class IntegrationRuntimeVNetPropertiesArgs(val publicIPs: Output<List<String>>? = null, val subnet: Output<String>? = null, val subnetId: Output<String>? = null, val vNetId: Output<String>? = null) : ConvertibleToJava<IntegrationRuntimeVNetPropertiesArgs>

VNet properties for managed integration runtime.

Link copied to clipboard
data class JiraLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null, val username: Output<Any>) : ConvertibleToJava<JiraLinkedServiceArgs>

Jira Service linked service.

Link copied to clipboard
data class JiraObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<JiraObjectDatasetArgs>

Jira Service dataset.

Link copied to clipboard
data class JiraSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<JiraSourceArgs>

A copy activity Jira Service source.

Link copied to clipboard
Link copied to clipboard
data class JsonDatasetArgs(val annotations: Output<List<Any>>? = null, val compression: Output<DatasetCompressionArgs>? = null, val description: Output<String>? = null, val encodingName: Output<Any>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val location: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<JsonDatasetArgs>

Json dataset.

Link copied to clipboard
Link copied to clipboard
data class JsonFormatArgs(val deserializer: Output<Any>? = null, val encodingName: Output<Any>? = null, val filePattern: Output<Any>? = null, val jsonNodeReference: Output<Any>? = null, val jsonPathDefinition: Output<Any>? = null, val nestingSeparator: Output<Any>? = null, val serializer: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<JsonFormatArgs>

The data stored in JSON format.

Link copied to clipboard
Link copied to clipboard
data class JsonReadSettingsArgs(val compressionProperties: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<JsonReadSettingsArgs>

Json read settings.

Link copied to clipboard
data class JsonSinkArgs(val disableMetricsCollection: Output<Any>? = null, val formatSettings: Output<JsonWriteSettingsArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<JsonSinkArgs>

A copy activity Json sink.

Link copied to clipboard
Link copied to clipboard
data class JsonSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val formatSettings: Output<JsonReadSettingsArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<JsonSourceArgs>

A copy activity Json source.

Link copied to clipboard
Link copied to clipboard
data class JsonWriteSettingsArgs(val filePattern: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<JsonWriteSettingsArgs>

Json write settings.

data class LinkedIntegrationRuntimeKeyAuthorizationArgs(val authorizationType: Output<String>, val key: Output<SecureStringArgs>) : ConvertibleToJava<LinkedIntegrationRuntimeKeyAuthorizationArgs>

The key authorization type integration runtime.

data class LinkedIntegrationRuntimeRbacAuthorizationArgs(val authorizationType: Output<String>, val credential: Output<CredentialReferenceArgs>? = null, val resourceId: Output<String>) : ConvertibleToJava<LinkedIntegrationRuntimeRbacAuthorizationArgs>

The role based access control (RBAC) authorization type integration runtime.

Link copied to clipboard
data class LinkedServiceReferenceArgs(val parameters: Output<Map<String, Any>>? = null, val referenceName: Output<String>, val type: Output<Either<String, Type>>) : ConvertibleToJava<LinkedServiceReferenceArgs>

Linked service reference type.

Link copied to clipboard
data class ListIntegrationRuntimeAuthKeysPlainArgs(val factoryName: String, val integrationRuntimeName: String, val resourceGroupName: String) : ConvertibleToJava<ListIntegrationRuntimeAuthKeysPlainArgs>
Link copied to clipboard
data class LogLocationSettingsArgs(val linkedServiceName: Output<LinkedServiceReferenceArgs>, val path: Output<Any>? = null) : ConvertibleToJava<LogLocationSettingsArgs>

Log location settings.

Link copied to clipboard
data class LogSettingsArgs(val copyActivityLogSettings: Output<CopyActivityLogSettingsArgs>? = null, val enableCopyActivityLog: Output<Any>? = null, val logLocationSettings: Output<LogLocationSettingsArgs>) : ConvertibleToJava<LogSettingsArgs>

Log settings.

Link copied to clipboard
Link copied to clipboard
data class LogStorageSettingsArgs(val enableReliableLogging: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val logLevel: Output<Any>? = null, val path: Output<Any>? = null) : ConvertibleToJava<LogStorageSettingsArgs>

(Deprecated. Please use LogSettings) Log storage settings.

Link copied to clipboard
data class LookupActivityArgs(val dataset: Output<DatasetReferenceArgs>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val firstRowOnly: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val source: Output<Any>, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<LookupActivityArgs>

Lookup activity.

Link copied to clipboard
Link copied to clipboard
data class MagentoLinkedServiceArgs(val accessToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null) : ConvertibleToJava<MagentoLinkedServiceArgs>

Magento server linked service.

Link copied to clipboard
data class MagentoObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MagentoObjectDatasetArgs>

Magento server dataset.

Link copied to clipboard
data class MagentoSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MagentoSourceArgs>

A copy activity Magento server source.

Link copied to clipboard
Link copied to clipboard
data class ManagedIdentityCredentialArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val resourceId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ManagedIdentityCredentialArgs>

Managed identity credential.

Link copied to clipboard
data class ManagedIntegrationRuntimeArgs(val computeProperties: Output<IntegrationRuntimeComputePropertiesArgs>? = null, val customerVirtualNetwork: Output<IntegrationRuntimeCustomerVirtualNetworkArgs>? = null, val description: Output<String>? = null, val managedVirtualNetwork: Output<ManagedVirtualNetworkReferenceArgs>? = null, val ssisProperties: Output<IntegrationRuntimeSsisPropertiesArgs>? = null, val type: Output<String>) : ConvertibleToJava<ManagedIntegrationRuntimeArgs>

Managed integration runtime, including managed elastic and managed dedicated integration runtimes.

Link copied to clipboard
data class ManagedPrivateEndpointArgs(val fqdns: Output<List<String>>? = null, val groupId: Output<String>? = null, val privateLinkResourceId: Output<String>? = null) : ConvertibleToJava<ManagedPrivateEndpointArgs>

Properties of a managed private endpoint

Link copied to clipboard
data class ManagedVirtualNetworkReferenceArgs(val referenceName: Output<String>, val type: Output<Either<String, ManagedVirtualNetworkReferenceType>>) : ConvertibleToJava<ManagedVirtualNetworkReferenceArgs>

Managed Virtual Network reference type.

Link copied to clipboard
data class MappingDataFlowArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DataFlowFolderArgs>? = null, val script: Output<String>? = null, val scriptLines: Output<List<String>>? = null, val sinks: Output<List<DataFlowSinkArgs>>? = null, val sources: Output<List<DataFlowSourceArgs>>? = null, val transformations: Output<List<TransformationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<MappingDataFlowArgs>

Mapping data flow.

Link copied to clipboard
data class MariaDBLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val pwd: Output<AzureKeyVaultSecretReferenceArgs>? = null, val type: Output<String>) : ConvertibleToJava<MariaDBLinkedServiceArgs>

MariaDB server linked service.

Link copied to clipboard
data class MariaDBSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MariaDBSourceArgs>

A copy activity MariaDB server source.

Link copied to clipboard
Link copied to clipboard
data class MariaDBTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MariaDBTableDatasetArgs>

MariaDB server dataset.

Link copied to clipboard
data class MarketoLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clientId: Output<Any>, val clientSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val endpoint: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null) : ConvertibleToJava<MarketoLinkedServiceArgs>

Marketo server linked service.

Link copied to clipboard
data class MarketoObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MarketoObjectDatasetArgs>

Marketo server dataset.

Link copied to clipboard
data class MarketoSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MarketoSourceArgs>

A copy activity Marketo server source.

Link copied to clipboard
Link copied to clipboard
data class MetadataItemArgs(val name: Output<Any>? = null, val value: Output<Any>? = null) : ConvertibleToJava<MetadataItemArgs>

Specify the name and value of custom metadata item.

Link copied to clipboard
Link copied to clipboard
data class MicrosoftAccessLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val credential: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<MicrosoftAccessLinkedServiceArgs>

Microsoft Access linked service.

Link copied to clipboard
data class MicrosoftAccessSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<MicrosoftAccessSinkArgs>

A copy activity Microsoft Access sink.

Link copied to clipboard
data class MicrosoftAccessSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MicrosoftAccessSourceArgs>

A copy activity source for Microsoft Access.

Link copied to clipboard
data class MicrosoftAccessTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MicrosoftAccessTableDatasetArgs>

The Microsoft Access table dataset.

Link copied to clipboard
data class MongoDbAtlasCollectionDatasetArgs(val annotations: Output<List<Any>>? = null, val collection: Output<Any>, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MongoDbAtlasCollectionDatasetArgs>

The MongoDB Atlas database dataset.

Link copied to clipboard
data class MongoDbAtlasLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val database: Output<Any>, val description: Output<String>? = null, val mongoDbAtlasDriverVersion: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<MongoDbAtlasLinkedServiceArgs>

Linked service for MongoDB Atlas data source.

Link copied to clipboard
data class MongoDbAtlasSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Any>? = null) : ConvertibleToJava<MongoDbAtlasSinkArgs>

A copy activity MongoDB Atlas sink.

Link copied to clipboard
data class MongoDbAtlasSourceArgs(val additionalColumns: Output<Any>? = null, val batchSize: Output<Any>? = null, val cursorMethods: Output<MongoDbCursorMethodsPropertiesArgs>? = null, val disableMetricsCollection: Output<Any>? = null, val filter: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MongoDbAtlasSourceArgs>

A copy activity source for a MongoDB Atlas database.

Link copied to clipboard
data class MongoDbCollectionDatasetArgs(val annotations: Output<List<Any>>? = null, val collectionName: Output<Any>, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MongoDbCollectionDatasetArgs>

The MongoDB database dataset.

Link copied to clipboard
data class MongoDbCursorMethodsPropertiesArgs(val limit: Output<Any>? = null, val project: Output<Any>? = null, val skip: Output<Any>? = null, val sort: Output<Any>? = null) : ConvertibleToJava<MongoDbCursorMethodsPropertiesArgs>

Cursor methods for Mongodb query

Link copied to clipboard
data class MongoDbLinkedServiceArgs(val allowSelfSignedServerCert: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authSource: Output<Any>? = null, val authenticationType: Output<Either<String, MongoDbAuthenticationType>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val databaseName: Output<Any>, val description: Output<String>? = null, val enableSsl: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val server: Output<Any>, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<MongoDbLinkedServiceArgs>

Linked service for MongoDb data source.

Link copied to clipboard
data class MongoDbSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MongoDbSourceArgs>

A copy activity source for a MongoDB database.

Link copied to clipboard
Link copied to clipboard
data class MongoDbV2CollectionDatasetArgs(val annotations: Output<List<Any>>? = null, val collection: Output<Any>, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MongoDbV2CollectionDatasetArgs>

The MongoDB database dataset.

Link copied to clipboard
data class MongoDbV2LinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val database: Output<Any>, val description: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<MongoDbV2LinkedServiceArgs>

Linked service for MongoDB data source.

Link copied to clipboard
data class MongoDbV2SinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Any>? = null) : ConvertibleToJava<MongoDbV2SinkArgs>

A copy activity MongoDB sink.

Link copied to clipboard
Link copied to clipboard
data class MongoDbV2SourceArgs(val additionalColumns: Output<Any>? = null, val batchSize: Output<Any>? = null, val cursorMethods: Output<MongoDbCursorMethodsPropertiesArgs>? = null, val disableMetricsCollection: Output<Any>? = null, val filter: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MongoDbV2SourceArgs>

A copy activity source for a MongoDB database.

Link copied to clipboard
data class MultiplePipelineTriggerArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val pipelines: Output<List<TriggerPipelineReferenceArgs>>? = null, val type: Output<String>) : ConvertibleToJava<MultiplePipelineTriggerArgs>

Base class for all triggers that support one to many model for trigger to pipeline.

Link copied to clipboard
data class MySqlLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<AzureKeyVaultSecretReferenceArgs>? = null, val type: Output<String>) : ConvertibleToJava<MySqlLinkedServiceArgs>

Linked service for MySQL data source.

Link copied to clipboard
data class MySqlSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MySqlSourceArgs>

A copy activity source for MySQL databases.

Link copied to clipboard
Link copied to clipboard
data class MySqlTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<MySqlTableDatasetArgs>

The MySQL table dataset.

Link copied to clipboard
data class NetezzaLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val pwd: Output<AzureKeyVaultSecretReferenceArgs>? = null, val type: Output<String>) : ConvertibleToJava<NetezzaLinkedServiceArgs>

Netezza linked service.

Link copied to clipboard
data class NetezzaPartitionSettingsArgs(val partitionColumnName: Output<Any>? = null, val partitionLowerBound: Output<Any>? = null, val partitionUpperBound: Output<Any>? = null) : ConvertibleToJava<NetezzaPartitionSettingsArgs>

The settings that will be leveraged for Netezza source partitioning.

Link copied to clipboard
data class NetezzaSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val partitionOption: Output<Any>? = null, val partitionSettings: Output<NetezzaPartitionSettingsArgs>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<NetezzaSourceArgs>

A copy activity Netezza source.

Link copied to clipboard
Link copied to clipboard
data class NetezzaTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<NetezzaTableDatasetArgs>

Netezza dataset.

Link copied to clipboard
data class NotebookParameterArgs(val type: Output<Either<String, NotebookParameterType>>? = null, val value: Output<Any>? = null) : ConvertibleToJava<NotebookParameterArgs>

Notebook parameter.

Link copied to clipboard
data class ODataLinkedServiceArgs(val aadResourceId: Output<Any>? = null, val aadServicePrincipalCredentialType: Output<Either<String, ODataAadServicePrincipalCredentialType>>? = null, val annotations: Output<List<Any>>? = null, val authHeaders: Output<Any>? = null, val authenticationType: Output<Either<String, ODataAuthenticationType>>? = null, val azureCloudType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalEmbeddedCert: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalEmbeddedCertPassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val type: Output<String>, val url: Output<Any>, val userName: Output<Any>? = null) : ConvertibleToJava<ODataLinkedServiceArgs>

Open Data Protocol (OData) linked service.

Link copied to clipboard
data class ODataResourceDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val path: Output<Any>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ODataResourceDatasetArgs>

The Open Data Protocol (OData) resource dataset.

Link copied to clipboard
data class ODataSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val httpRequestTimeout: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ODataSourceArgs>

A copy activity source for OData source.

Link copied to clipboard
Link copied to clipboard
data class OdbcLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val credential: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<OdbcLinkedServiceArgs>

Open Database Connectivity (ODBC) linked service.

Link copied to clipboard
data class OdbcSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<OdbcSinkArgs>

A copy activity ODBC sink.

Link copied to clipboard
Link copied to clipboard
data class OdbcSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<OdbcSourceArgs>

A copy activity source for ODBC databases.

Link copied to clipboard
Link copied to clipboard
data class OdbcTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<OdbcTableDatasetArgs>

The ODBC table dataset.

Link copied to clipboard
data class Office365DatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val predicate: Output<Any>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>, val type: Output<String>) : ConvertibleToJava<Office365DatasetArgs>

The Office365 account.

Link copied to clipboard
data class Office365LinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val office365TenantId: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val servicePrincipalId: Output<Any>, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val servicePrincipalTenantId: Output<Any>, val type: Output<String>) : ConvertibleToJava<Office365LinkedServiceArgs>

Office365 linked service.

Link copied to clipboard
data class Office365SourceArgs(val allowedGroups: Output<Any>? = null, val dateFilterColumn: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val endTime: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val outputColumns: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val startTime: Output<Any>? = null, val type: Output<String>, val userScopeFilterUri: Output<Any>? = null) : ConvertibleToJava<Office365SourceArgs>

A copy activity source for an Office 365 service.

Link copied to clipboard
data class OracleCloudStorageLinkedServiceArgs(val accessKeyId: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val secretAccessKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val serviceUrl: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<OracleCloudStorageLinkedServiceArgs>

Linked service for Oracle Cloud Storage.

Link copied to clipboard
data class OracleCloudStorageLocationArgs(val bucketName: Output<Any>? = null, val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>, val version: Output<Any>? = null) : ConvertibleToJava<OracleCloudStorageLocationArgs>

The location of Oracle Cloud Storage dataset.

Link copied to clipboard
data class OracleCloudStorageReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileListPath: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val prefix: Output<Any>? = null, val recursive: Output<Any>? = null, val type: Output<String>, val wildcardFileName: Output<Any>? = null, val wildcardFolderPath: Output<Any>? = null) : ConvertibleToJava<OracleCloudStorageReadSettingsArgs>

Oracle Cloud Storage read settings.

Link copied to clipboard
data class OracleLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<AzureKeyVaultSecretReferenceArgs>? = null, val type: Output<String>) : ConvertibleToJava<OracleLinkedServiceArgs>

Oracle database.

Link copied to clipboard
data class OraclePartitionSettingsArgs(val partitionColumnName: Output<Any>? = null, val partitionLowerBound: Output<Any>? = null, val partitionNames: Output<List<Any>>? = null, val partitionUpperBound: Output<Any>? = null) : ConvertibleToJava<OraclePartitionSettingsArgs>

The settings that will be leveraged for Oracle source partitioning.

Link copied to clipboard
data class OracleServiceCloudLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null, val username: Output<Any>) : ConvertibleToJava<OracleServiceCloudLinkedServiceArgs>

Oracle Service Cloud linked service.

Link copied to clipboard
data class OracleServiceCloudObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<OracleServiceCloudObjectDatasetArgs>

Oracle Service Cloud dataset.

Link copied to clipboard
data class OracleServiceCloudSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<OracleServiceCloudSourceArgs>

A copy activity Oracle Service Cloud source.

Link copied to clipboard
data class OracleSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<OracleSinkArgs>

A copy activity Oracle sink.

Link copied to clipboard
Link copied to clipboard
data class OracleSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val oracleReaderQuery: Output<Any>? = null, val partitionOption: Output<Any>? = null, val partitionSettings: Output<OraclePartitionSettingsArgs>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<OracleSourceArgs>

A copy activity Oracle source.

Link copied to clipboard
Link copied to clipboard
data class OracleTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<OracleTableDatasetArgs>

The on-premises Oracle database dataset.

Link copied to clipboard
data class OrcDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val location: Output<Any>, val orcCompressionCodec: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<OrcDatasetArgs>

ORC dataset.

Link copied to clipboard
Link copied to clipboard
data class OrcFormatArgs(val deserializer: Output<Any>? = null, val serializer: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<OrcFormatArgs>

The data stored in Optimized Row Columnar (ORC) format.

Link copied to clipboard
Link copied to clipboard
data class OrcSinkArgs(val disableMetricsCollection: Output<Any>? = null, val formatSettings: Output<OrcWriteSettingsArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<OrcSinkArgs>

A copy activity ORC sink.

Link copied to clipboard
Link copied to clipboard
data class OrcSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<OrcSourceArgs>

A copy activity ORC source.

Link copied to clipboard
Link copied to clipboard
data class OrcWriteSettingsArgs(val fileNamePrefix: Output<Any>? = null, val maxRowsPerFile: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<OrcWriteSettingsArgs>

Orc write settings.

Link copied to clipboard
data class PackageStoreArgs(val name: Output<String>, val packageStoreLinkedService: Output<EntityReferenceArgs>) : ConvertibleToJava<PackageStoreArgs>

Package store for the SSIS integration runtime.

Link copied to clipboard
Link copied to clipboard
data class ParameterSpecificationArgs(val defaultValue: Output<Any>? = null, val type: Output<Either<String, ParameterType>>) : ConvertibleToJava<ParameterSpecificationArgs>

Definition of a single parameter for an entity.

Link copied to clipboard
data class ParquetDatasetArgs(val annotations: Output<List<Any>>? = null, val compressionCodec: Output<Any>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val location: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ParquetDatasetArgs>

Parquet dataset.

Link copied to clipboard
Link copied to clipboard
data class ParquetFormatArgs(val deserializer: Output<Any>? = null, val serializer: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ParquetFormatArgs>

The data stored in Parquet format.

Link copied to clipboard
Link copied to clipboard
data class ParquetSinkArgs(val disableMetricsCollection: Output<Any>? = null, val formatSettings: Output<ParquetWriteSettingsArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<ParquetSinkArgs>

A copy activity Parquet sink.

Link copied to clipboard
Link copied to clipboard
data class ParquetSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ParquetSourceArgs>

A copy activity Parquet source.

Link copied to clipboard
Link copied to clipboard
data class ParquetWriteSettingsArgs(val fileNamePrefix: Output<Any>? = null, val maxRowsPerFile: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ParquetWriteSettingsArgs>

Parquet write settings.

Link copied to clipboard
data class PaypalLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clientId: Output<Any>, val clientSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null) : ConvertibleToJava<PaypalLinkedServiceArgs>

Paypal Service linked service.

Link copied to clipboard
data class PaypalObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<PaypalObjectDatasetArgs>

Paypal Service dataset.

Link copied to clipboard
data class PaypalSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<PaypalSourceArgs>

A copy activity Paypal Service source.

Link copied to clipboard
Link copied to clipboard
data class PhoenixLinkedServiceArgs(val allowHostNameCNMismatch: Output<Any>? = null, val allowSelfSignedServerCert: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, PhoenixAuthenticationType>>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val enableSsl: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val httpPath: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val trustedCertPath: Output<Any>? = null, val type: Output<String>, val useSystemTrustStore: Output<Any>? = null, val username: Output<Any>? = null) : ConvertibleToJava<PhoenixLinkedServiceArgs>

Phoenix server linked service.

Link copied to clipboard
data class PhoenixObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<PhoenixObjectDatasetArgs>

Phoenix server dataset.

Link copied to clipboard
data class PhoenixSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<PhoenixSourceArgs>

A copy activity Phoenix server source.

Link copied to clipboard
Link copied to clipboard
data class PipelineElapsedTimeMetricPolicyArgs(val duration: Output<Any>? = null) : ConvertibleToJava<PipelineElapsedTimeMetricPolicyArgs>

Pipeline ElapsedTime Metric Policy.

data class PipelineExternalComputeScalePropertiesArgs(val timeToLive: Output<Int>? = null) : ConvertibleToJava<PipelineExternalComputeScalePropertiesArgs>

PipelineExternalComputeScale properties for managed integration runtime.

Link copied to clipboard
data class PipelineFolderArgs(val name: Output<String>? = null) : ConvertibleToJava<PipelineFolderArgs>

The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.

Link copied to clipboard
Link copied to clipboard
data class PipelinePolicyArgs(val elapsedTimeMetric: Output<PipelineElapsedTimeMetricPolicyArgs>? = null) : ConvertibleToJava<PipelinePolicyArgs>

Pipeline Policy.

Link copied to clipboard
Link copied to clipboard
data class PipelineReferenceArgs(val name: Output<String>? = null, val referenceName: Output<String>, val type: Output<String>) : ConvertibleToJava<PipelineReferenceArgs>

Pipeline reference type.

Link copied to clipboard
data class PolybaseSettingsArgs(val rejectSampleValue: Output<Any>? = null, val rejectType: Output<Either<String, PolybaseSettingsRejectType>>? = null, val rejectValue: Output<Any>? = null, val useTypeDefault: Output<Any>? = null) : ConvertibleToJava<PolybaseSettingsArgs>

PolyBase settings.

Link copied to clipboard
data class PostgreSqlLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<AzureKeyVaultSecretReferenceArgs>? = null, val type: Output<String>) : ConvertibleToJava<PostgreSqlLinkedServiceArgs>

Linked service for PostgreSQL data source.

Link copied to clipboard
data class PostgreSqlSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<PostgreSqlSourceArgs>

A copy activity source for PostgreSQL databases.

Link copied to clipboard
data class PostgreSqlTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<PostgreSqlTableDatasetArgs>

The PostgreSQL table dataset.

Link copied to clipboard
data class PowerQuerySinkArgs(val dataset: Output<DatasetReferenceArgs>? = null, val description: Output<String>? = null, val flowlet: Output<DataFlowReferenceArgs>? = null, val linkedService: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val rejectedDataLinkedService: Output<LinkedServiceReferenceArgs>? = null, val schemaLinkedService: Output<LinkedServiceReferenceArgs>? = null, val script: Output<String>? = null) : ConvertibleToJava<PowerQuerySinkArgs>

Power query sink.

Link copied to clipboard
Link copied to clipboard
data class PowerQuerySinkMappingArgs(val dataflowSinks: Output<List<PowerQuerySinkArgs>>? = null, val queryName: Output<String>? = null) : ConvertibleToJava<PowerQuerySinkMappingArgs>

Map Power Query mashup query to sink dataset(s).

Link copied to clipboard
data class PowerQuerySourceArgs(val dataset: Output<DatasetReferenceArgs>? = null, val description: Output<String>? = null, val flowlet: Output<DataFlowReferenceArgs>? = null, val linkedService: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val schemaLinkedService: Output<LinkedServiceReferenceArgs>? = null, val script: Output<String>? = null) : ConvertibleToJava<PowerQuerySourceArgs>

Power query source.

Link copied to clipboard
data class PrestoLinkedServiceArgs(val allowHostNameCNMismatch: Output<Any>? = null, val allowSelfSignedServerCert: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, PrestoAuthenticationType>>, val catalog: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val enableSsl: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val serverVersion: Output<Any>, val timeZoneID: Output<Any>? = null, val trustedCertPath: Output<Any>? = null, val type: Output<String>, val useSystemTrustStore: Output<Any>? = null, val username: Output<Any>? = null) : ConvertibleToJava<PrestoLinkedServiceArgs>

Presto server linked service.

Link copied to clipboard
data class PrestoObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<PrestoObjectDatasetArgs>

Presto server dataset.

Link copied to clipboard
data class PrestoSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<PrestoSourceArgs>

A copy activity Presto server source.

Link copied to clipboard
Link copied to clipboard
data class PrivateEndpointArgs(val id: Output<String>? = null) : ConvertibleToJava<PrivateEndpointArgs>

Private endpoint which a connection belongs to.

Link copied to clipboard
data class PrivateLinkConnectionApprovalRequestArgs(val privateEndpoint: Output<PrivateEndpointArgs>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkConnectionStateArgs>? = null) : ConvertibleToJava<PrivateLinkConnectionApprovalRequestArgs>

A request to approve or reject a private endpoint connection

Link copied to clipboard
data class PrivateLinkConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<PrivateLinkConnectionStateArgs>

The state of a private link connection

Link copied to clipboard
data class PurviewConfigurationArgs(val purviewResourceId: Output<String>? = null) : ConvertibleToJava<PurviewConfigurationArgs>

Purview configuration.

Link copied to clipboard
data class QuickbaseLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val url: Output<Any>, val userToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>) : ConvertibleToJava<QuickbaseLinkedServiceArgs>

Linked service for Quickbase.

Link copied to clipboard
data class QuickBooksLinkedServiceArgs(val accessToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val accessTokenSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val annotations: Output<List<Any>>? = null, val companyId: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionProperties: Output<Any>? = null, val consumerKey: Output<Any>? = null, val consumerSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val endpoint: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null) : ConvertibleToJava<QuickBooksLinkedServiceArgs>

QuickBooks server linked service.

Link copied to clipboard
data class QuickBooksObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<QuickBooksObjectDatasetArgs>

QuickBooks server dataset.

Link copied to clipboard
data class QuickBooksSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<QuickBooksSourceArgs>

A copy activity QuickBooks server source.

Link copied to clipboard
data class RecurrenceScheduleArgs(val hours: Output<List<Int>>? = null, val minutes: Output<List<Int>>? = null, val monthDays: Output<List<Int>>? = null, val monthlyOccurrences: Output<List<RecurrenceScheduleOccurrenceArgs>>? = null, val weekDays: Output<List<DaysOfWeek>>? = null) : ConvertibleToJava<RecurrenceScheduleArgs>

The recurrence schedule.

Link copied to clipboard
data class RecurrenceScheduleOccurrenceArgs(val day: Output<DayOfWeek>? = null, val occurrence: Output<Int>? = null) : ConvertibleToJava<RecurrenceScheduleOccurrenceArgs>

The recurrence schedule occurrence.

Link copied to clipboard
data class RedirectIncompatibleRowSettingsArgs(val linkedServiceName: Output<Any>, val path: Output<Any>? = null) : ConvertibleToJava<RedirectIncompatibleRowSettingsArgs>

Redirect incompatible row settings

Link copied to clipboard
data class RedshiftUnloadSettingsArgs(val bucketName: Output<Any>, val s3LinkedServiceName: Output<LinkedServiceReferenceArgs>) : ConvertibleToJava<RedshiftUnloadSettingsArgs>

The Amazon S3 settings needed for the interim Amazon S3 when copying from Amazon Redshift with unload. With this, data from Amazon Redshift source will be unloaded into S3 first and then copied into the targeted sink from the interim S3.

Link copied to clipboard
data class RelationalSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<RelationalSourceArgs>

A copy activity source for various relational databases.

Link copied to clipboard
data class RelationalTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<RelationalTableDatasetArgs>

The relational table dataset.

Link copied to clipboard
data class RerunTumblingWindowTriggerArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val parentTrigger: Output<Any>, val requestedEndTime: Output<String>, val requestedStartTime: Output<String>, val rerunConcurrency: Output<Int>, val type: Output<String>) : ConvertibleToJava<RerunTumblingWindowTriggerArgs>

Trigger that schedules pipeline reruns for all fixed time interval windows from a requested start time to requested end time.

Link copied to clipboard
data class ResponsysLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clientId: Output<Any>, val clientSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val endpoint: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null) : ConvertibleToJava<ResponsysLinkedServiceArgs>

Responsys linked service.

Link copied to clipboard
data class ResponsysObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ResponsysObjectDatasetArgs>

Responsys dataset.

Link copied to clipboard
data class ResponsysSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ResponsysSourceArgs>

A copy activity Responsys source.

Link copied to clipboard
data class RestResourceDatasetArgs(val additionalHeaders: Output<Map<String, Any>>? = null, val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val paginationRules: Output<Map<String, Any>>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val relativeUrl: Output<Any>? = null, val requestBody: Output<Any>? = null, val requestMethod: Output<Any>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<RestResourceDatasetArgs>

A Rest service dataset.

Link copied to clipboard
data class RestServiceLinkedServiceArgs(val aadResourceId: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authHeaders: Output<Any>? = null, val authenticationType: Output<Either<String, RestServiceAuthenticationType>>, val azureCloudType: Output<Any>? = null, val clientId: Output<Any>? = null, val clientSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val credential: Output<CredentialReferenceArgs>? = null, val description: Output<String>? = null, val enableServerCertificateValidation: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val resource: Output<Any>? = null, val scope: Output<Any>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val tenant: Output<Any>? = null, val tokenEndpoint: Output<Any>? = null, val type: Output<String>, val url: Output<Any>, val userName: Output<Any>? = null) : ConvertibleToJava<RestServiceLinkedServiceArgs>

Rest Service linked service.

Link copied to clipboard
data class RestSinkArgs(val additionalHeaders: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val httpCompressionType: Output<Any>? = null, val httpRequestTimeout: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val requestInterval: Output<Any>? = null, val requestMethod: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<RestSinkArgs>

A copy activity Rest service Sink.

Link copied to clipboard
Link copied to clipboard
data class RestSourceArgs(val additionalColumns: Output<Any>? = null, val additionalHeaders: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val httpRequestTimeout: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val paginationRules: Output<Any>? = null, val requestBody: Output<Any>? = null, val requestInterval: Output<Any>? = null, val requestMethod: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<RestSourceArgs>

A copy activity Rest service source.

Link copied to clipboard
Link copied to clipboard
data class RetryPolicyArgs(val count: Output<Any>? = null, val intervalInSeconds: Output<Int>? = null) : ConvertibleToJava<RetryPolicyArgs>

Execution policy for an activity.

Link copied to clipboard
Link copied to clipboard
data class SalesforceLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val apiVersion: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val environmentUrl: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val securityToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<SalesforceLinkedServiceArgs>

Linked service for Salesforce.

data class SalesforceMarketingCloudLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clientId: Output<Any>? = null, val clientSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionProperties: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null) : ConvertibleToJava<SalesforceMarketingCloudLinkedServiceArgs>

Salesforce Marketing Cloud linked service.

data class SalesforceMarketingCloudObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SalesforceMarketingCloudObjectDatasetArgs>

Salesforce Marketing Cloud dataset.

Link copied to clipboard
data class SalesforceMarketingCloudSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SalesforceMarketingCloudSourceArgs>

A copy activity Salesforce Marketing Cloud source.

Link copied to clipboard
data class SalesforceObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val objectApiName: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SalesforceObjectDatasetArgs>

The Salesforce object dataset.

Link copied to clipboard
data class SalesforceServiceCloudLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val apiVersion: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val environmentUrl: Output<Any>? = null, val extendedProperties: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val securityToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<SalesforceServiceCloudLinkedServiceArgs>

Linked service for Salesforce Service Cloud.

Link copied to clipboard
data class SalesforceServiceCloudObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val objectApiName: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SalesforceServiceCloudObjectDatasetArgs>

The Salesforce Service Cloud object dataset.

Link copied to clipboard
data class SalesforceServiceCloudSinkArgs(val disableMetricsCollection: Output<Any>? = null, val externalIdFieldName: Output<Any>? = null, val ignoreNullValues: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Either<String, SalesforceSinkWriteBehavior>>? = null) : ConvertibleToJava<SalesforceServiceCloudSinkArgs>

A copy activity Salesforce Service Cloud sink.

Link copied to clipboard
data class SalesforceServiceCloudSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val readBehavior: Output<Either<String, SalesforceSourceReadBehavior>>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SalesforceServiceCloudSourceArgs>

A copy activity Salesforce Service Cloud source.

Link copied to clipboard
data class SalesforceSinkArgs(val disableMetricsCollection: Output<Any>? = null, val externalIdFieldName: Output<Any>? = null, val ignoreNullValues: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Either<String, SalesforceSinkWriteBehavior>>? = null) : ConvertibleToJava<SalesforceSinkArgs>

A copy activity Salesforce sink.

Link copied to clipboard
Link copied to clipboard
data class SalesforceSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val readBehavior: Output<Either<String, SalesforceSourceReadBehavior>>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SalesforceSourceArgs>

A copy activity Salesforce source.

Link copied to clipboard
data class SapBwCubeDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapBwCubeDatasetArgs>

The SAP BW cube dataset.

Link copied to clipboard
data class SapBWLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clientId: Output<Any>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val server: Output<Any>, val systemNumber: Output<Any>, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<SapBWLinkedServiceArgs>

SAP Business Warehouse Linked Service.

Link copied to clipboard
data class SapBwSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapBwSourceArgs>

A copy activity source for SapBW server via MDX.

Link copied to clipboard
Link copied to clipboard
data class SapCloudForCustomerLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val url: Output<Any>, val username: Output<Any>? = null) : ConvertibleToJava<SapCloudForCustomerLinkedServiceArgs>

Linked service for SAP Cloud for Customer.

Link copied to clipboard
data class SapCloudForCustomerResourceDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val path: Output<Any>, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapCloudForCustomerResourceDatasetArgs>

The path of the SAP Cloud for Customer OData entity.

Link copied to clipboard
data class SapCloudForCustomerSinkArgs(val disableMetricsCollection: Output<Any>? = null, val httpRequestTimeout: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Either<String, SapCloudForCustomerSinkWriteBehavior>>? = null) : ConvertibleToJava<SapCloudForCustomerSinkArgs>

A copy activity SAP Cloud for Customer sink.

Link copied to clipboard
data class SapCloudForCustomerSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val httpRequestTimeout: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapCloudForCustomerSourceArgs>

A copy activity source for SAP Cloud for Customer source.

Link copied to clipboard
data class SapEccLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val url: Output<Any>, val username: Output<Any>? = null) : ConvertibleToJava<SapEccLinkedServiceArgs>

Linked service for SAP ERP Central Component(SAP ECC).

Link copied to clipboard
data class SapEccResourceDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val path: Output<Any>, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapEccResourceDatasetArgs>

The path of the SAP ECC OData entity.

Link copied to clipboard
data class SapEccSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val httpRequestTimeout: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapEccSourceArgs>

A copy activity source for SAP ECC source.

Link copied to clipboard
Link copied to clipboard
data class SapHanaLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, SapHanaAuthenticationType>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val server: Output<Any>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<SapHanaLinkedServiceArgs>

SAP HANA Linked Service.

Link copied to clipboard
data class SapHanaPartitionSettingsArgs(val partitionColumnName: Output<Any>? = null) : ConvertibleToJava<SapHanaPartitionSettingsArgs>

The settings that will be leveraged for SAP HANA source partitioning.

Link copied to clipboard
data class SapHanaSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val packetSize: Output<Any>? = null, val partitionOption: Output<Any>? = null, val partitionSettings: Output<SapHanaPartitionSettingsArgs>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapHanaSourceArgs>

A copy activity source for SAP HANA source.

Link copied to clipboard
Link copied to clipboard
data class SapHanaTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapHanaTableDatasetArgs>

SAP HANA Table properties.

Link copied to clipboard
data class SapOdpLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clientId: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val language: Output<Any>? = null, val logonGroup: Output<Any>? = null, val messageServer: Output<Any>? = null, val messageServerService: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val server: Output<Any>? = null, val sncLibraryPath: Output<Any>? = null, val sncMode: Output<Any>? = null, val sncMyName: Output<Any>? = null, val sncPartnerName: Output<Any>? = null, val sncQop: Output<Any>? = null, val subscriberName: Output<Any>? = null, val systemId: Output<Any>? = null, val systemNumber: Output<Any>? = null, val type: Output<String>, val userName: Output<Any>? = null, val x509CertificatePath: Output<Any>? = null) : ConvertibleToJava<SapOdpLinkedServiceArgs>

SAP ODP Linked Service.

Link copied to clipboard
data class SapOdpResourceDatasetArgs(val annotations: Output<List<Any>>? = null, val context: Output<Any>, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val objectName: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapOdpResourceDatasetArgs>

SAP ODP Resource properties.

Link copied to clipboard
data class SapOdpSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val extractionMode: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val projection: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val selection: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val subscriberProcess: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapOdpSourceArgs>

A copy activity source for SAP ODP source.

Link copied to clipboard
Link copied to clipboard
data class SapOpenHubLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clientId: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val language: Output<Any>? = null, val logonGroup: Output<Any>? = null, val messageServer: Output<Any>? = null, val messageServerService: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val server: Output<Any>? = null, val systemId: Output<Any>? = null, val systemNumber: Output<Any>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<SapOpenHubLinkedServiceArgs>

SAP Business Warehouse Open Hub Destination Linked Service.

Link copied to clipboard
data class SapOpenHubSourceArgs(val additionalColumns: Output<Any>? = null, val baseRequestId: Output<Any>? = null, val customRfcReadTableFunctionModule: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val excludeLastRequest: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sapDataColumnDelimiter: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapOpenHubSourceArgs>

A copy activity source for SAP Business Warehouse Open Hub Destination source.

Link copied to clipboard
data class SapOpenHubTableDatasetArgs(val annotations: Output<List<Any>>? = null, val baseRequestId: Output<Any>? = null, val description: Output<String>? = null, val excludeLastRequest: Output<Any>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val openHubDestinationName: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapOpenHubTableDatasetArgs>

Sap Business Warehouse Open Hub Destination Table properties.

Link copied to clipboard
data class SapTableLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clientId: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val language: Output<Any>? = null, val logonGroup: Output<Any>? = null, val messageServer: Output<Any>? = null, val messageServerService: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val server: Output<Any>? = null, val sncLibraryPath: Output<Any>? = null, val sncMode: Output<Any>? = null, val sncMyName: Output<Any>? = null, val sncPartnerName: Output<Any>? = null, val sncQop: Output<Any>? = null, val systemId: Output<Any>? = null, val systemNumber: Output<Any>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<SapTableLinkedServiceArgs>

SAP Table Linked Service.

Link copied to clipboard
data class SapTablePartitionSettingsArgs(val maxPartitionsNumber: Output<Any>? = null, val partitionColumnName: Output<Any>? = null, val partitionLowerBound: Output<Any>? = null, val partitionUpperBound: Output<Any>? = null) : ConvertibleToJava<SapTablePartitionSettingsArgs>

The settings that will be leveraged for SAP table source partitioning.

Link copied to clipboard
data class SapTableResourceDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>, val type: Output<String>) : ConvertibleToJava<SapTableResourceDatasetArgs>

SAP Table Resource properties.

Link copied to clipboard
data class SapTableSourceArgs(val additionalColumns: Output<Any>? = null, val batchSize: Output<Any>? = null, val customRfcReadTableFunctionModule: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val partitionOption: Output<Any>? = null, val partitionSettings: Output<SapTablePartitionSettingsArgs>? = null, val queryTimeout: Output<Any>? = null, val rfcTableFields: Output<Any>? = null, val rfcTableOptions: Output<Any>? = null, val rowCount: Output<Any>? = null, val rowSkips: Output<Any>? = null, val sapDataColumnDelimiter: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapTableSourceArgs>

A copy activity source for SAP Table source.

Link copied to clipboard
Link copied to clipboard
data class ScheduleTriggerArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val pipelines: Output<List<TriggerPipelineReferenceArgs>>? = null, val recurrence: Output<ScheduleTriggerRecurrenceArgs>, val type: Output<String>) : ConvertibleToJava<ScheduleTriggerArgs>

Trigger that creates pipeline runs periodically, on schedule.

Link copied to clipboard
data class ScheduleTriggerRecurrenceArgs(val endTime: Output<String>? = null, val frequency: Output<Either<String, RecurrenceFrequency>>? = null, val interval: Output<Int>? = null, val schedule: Output<RecurrenceScheduleArgs>? = null, val startTime: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<ScheduleTriggerRecurrenceArgs>

The workflow trigger recurrence.

Link copied to clipboard
data class ScriptActionArgs(val name: Output<String>, val parameters: Output<String>? = null, val roles: Output<Any>, val uri: Output<String>) : ConvertibleToJava<ScriptActionArgs>

Custom script action to run on HDI ondemand cluster once it's up.

Link copied to clipboard
Link copied to clipboard
data class ScriptActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val logSettings: Output<ScriptActivityTypePropertiesLogSettingsArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val scriptBlockExecutionTimeout: Output<Any>? = null, val scripts: Output<List<ScriptActivityScriptBlockArgs>>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<ScriptActivityArgs>

Script activity type.

Link copied to clipboard
Link copied to clipboard
data class ScriptActivityParameterArgs(val direction: Output<Either<String, ScriptActivityParameterDirection>>? = null, val name: Output<Any>? = null, val size: Output<Int>? = null, val type: Output<Either<String, ScriptActivityParameterType>>? = null, val value: Output<Any>? = null) : ConvertibleToJava<ScriptActivityParameterArgs>

Parameters of a script block.

Link copied to clipboard
data class ScriptActivityScriptBlockArgs(val parameters: Output<List<ScriptActivityParameterArgs>>? = null, val text: Output<Any>, val type: Output<Either<String, ScriptType>>) : ConvertibleToJava<ScriptActivityScriptBlockArgs>

Script block of scripts.

data class ScriptActivityTypePropertiesLogSettingsArgs(val logDestination: Output<Either<String, ScriptActivityLogDestination>>, val logLocationSettings: Output<LogLocationSettingsArgs>? = null) : ConvertibleToJava<ScriptActivityTypePropertiesLogSettingsArgs>

Log settings of script activity.

Link copied to clipboard
data class SecureStringArgs(val type: Output<String>, val value: Output<String>) : ConvertibleToJava<SecureStringArgs>

Azure Data Factory secure string definition. The string value will be masked with asterisks '*' during Get or List API calls.

Link copied to clipboard
data class SelfDependencyTumblingWindowTriggerReferenceArgs(val offset: Output<String>, val size: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<SelfDependencyTumblingWindowTriggerReferenceArgs>

Self referenced tumbling window trigger dependency.

Link copied to clipboard
data class SelfHostedIntegrationRuntimeArgs(val description: Output<String>? = null, val linkedInfo: Output<Either<LinkedIntegrationRuntimeKeyAuthorizationArgs, LinkedIntegrationRuntimeRbacAuthorizationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<SelfHostedIntegrationRuntimeArgs>

Self-hosted integration runtime.

Link copied to clipboard
data class ServiceNowLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, ServiceNowAuthenticationType>>, val clientId: Output<Any>? = null, val clientSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val endpoint: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null, val username: Output<Any>? = null) : ConvertibleToJava<ServiceNowLinkedServiceArgs>

ServiceNow server linked service.

Link copied to clipboard
data class ServiceNowObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ServiceNowObjectDatasetArgs>

ServiceNow server dataset.

Link copied to clipboard
data class ServiceNowSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ServiceNowSourceArgs>

A copy activity ServiceNow server source.

Link copied to clipboard
data class SetVariableActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val name: Output<String>, val setSystemVariable: Output<Boolean>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null, val value: Output<Any>? = null, val variableName: Output<String>? = null) : ConvertibleToJava<SetVariableActivityArgs>

Set value for a Variable.

Link copied to clipboard
data class SftpLocationArgs(val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SftpLocationArgs>

The location of SFTP dataset.

Link copied to clipboard
Link copied to clipboard
data class SftpReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableChunking: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileListPath: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val modifiedDatetimeEnd: Output<Any>? = null, val modifiedDatetimeStart: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val recursive: Output<Any>? = null, val type: Output<String>, val wildcardFileName: Output<Any>? = null, val wildcardFolderPath: Output<Any>? = null) : ConvertibleToJava<SftpReadSettingsArgs>

Sftp read settings.

Link copied to clipboard
data class SftpServerLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, SftpAuthenticationType>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val hostKeyFingerprint: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val passPhrase: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val privateKeyContent: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val privateKeyPath: Output<Any>? = null, val skipHostKeyValidation: Output<Any>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<SftpServerLinkedServiceArgs>

A linked service for an SSH File Transfer Protocol (SFTP) server.

Link copied to clipboard
data class SftpWriteSettingsArgs(val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val operationTimeout: Output<Any>? = null, val type: Output<String>, val useTempFileRename: Output<Any>? = null) : ConvertibleToJava<SftpWriteSettingsArgs>

Sftp write settings.

Link copied to clipboard
data class SharePointOnlineListLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val servicePrincipalId: Output<Any>, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val siteUrl: Output<Any>, val tenantId: Output<Any>, val type: Output<String>) : ConvertibleToJava<SharePointOnlineListLinkedServiceArgs>

SharePoint Online List linked service.

Link copied to clipboard
data class SharePointOnlineListResourceDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val listName: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SharePointOnlineListResourceDatasetArgs>

The sharepoint online list resource dataset.

Link copied to clipboard
data class SharePointOnlineListSourceArgs(val disableMetricsCollection: Output<Any>? = null, val httpRequestTimeout: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SharePointOnlineListSourceArgs>

A copy activity source for sharePoint online list source.

Link copied to clipboard
data class ShopifyLinkedServiceArgs(val accessToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null) : ConvertibleToJava<ShopifyLinkedServiceArgs>

Shopify Service linked service.

Link copied to clipboard
data class ShopifyObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ShopifyObjectDatasetArgs>

Shopify Service dataset.

Link copied to clipboard
data class ShopifySourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ShopifySourceArgs>

A copy activity Shopify Service source.

Link copied to clipboard
Link copied to clipboard
data class SkipErrorFileArgs(val dataInconsistency: Output<Any>? = null, val fileMissing: Output<Any>? = null) : ConvertibleToJava<SkipErrorFileArgs>

Skip error file.

Link copied to clipboard
Link copied to clipboard
data class SmartsheetLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val apiToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>) : ConvertibleToJava<SmartsheetLinkedServiceArgs>

Linked service for Smartsheet.

Link copied to clipboard
data class SnowflakeDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SnowflakeDatasetArgs>

The snowflake dataset.

Link copied to clipboard
data class SnowflakeExportCopyCommandArgs(val additionalCopyOptions: Output<Map<String, Any>>? = null, val additionalFormatOptions: Output<Map<String, Any>>? = null, val type: Output<String>) : ConvertibleToJava<SnowflakeExportCopyCommandArgs>

Snowflake export command settings.

Link copied to clipboard
data class SnowflakeImportCopyCommandArgs(val additionalCopyOptions: Output<Map<String, Any>>? = null, val additionalFormatOptions: Output<Map<String, Any>>? = null, val type: Output<String>) : ConvertibleToJava<SnowflakeImportCopyCommandArgs>

Snowflake import command settings.

Link copied to clipboard
data class SnowflakeLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<AzureKeyVaultSecretReferenceArgs>? = null, val type: Output<String>) : ConvertibleToJava<SnowflakeLinkedServiceArgs>

Snowflake linked service.

Link copied to clipboard
data class SnowflakeSinkArgs(val disableMetricsCollection: Output<Any>? = null, val importSettings: Output<SnowflakeImportCopyCommandArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null) : ConvertibleToJava<SnowflakeSinkArgs>

A copy activity snowflake sink.

Link copied to clipboard
Link copied to clipboard
data class SnowflakeSourceArgs(val disableMetricsCollection: Output<Any>? = null, val exportSettings: Output<SnowflakeExportCopyCommandArgs>, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SnowflakeSourceArgs>

A copy activity snowflake source.

data class SparkConfigurationParametrizationReferenceArgs(val referenceName: Output<Any>, val type: Output<Either<String, SparkConfigurationReferenceType>>) : ConvertibleToJava<SparkConfigurationParametrizationReferenceArgs>

Spark configuration reference.

Link copied to clipboard
data class SparkLinkedServiceArgs(val allowHostNameCNMismatch: Output<Any>? = null, val allowSelfSignedServerCert: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, SparkAuthenticationType>>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val enableSsl: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val httpPath: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>, val serverType: Output<Either<String, SparkServerType>>? = null, val thriftTransportProtocol: Output<Either<String, SparkThriftTransportProtocol>>? = null, val trustedCertPath: Output<Any>? = null, val type: Output<String>, val useSystemTrustStore: Output<Any>? = null, val username: Output<Any>? = null) : ConvertibleToJava<SparkLinkedServiceArgs>

Spark Server linked service.

Link copied to clipboard
data class SparkObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SparkObjectDatasetArgs>

Spark Server dataset.

Link copied to clipboard
data class SparkSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SparkSourceArgs>

A copy activity Spark Server source.

Link copied to clipboard
Link copied to clipboard
data class SqlAlwaysEncryptedPropertiesArgs(val alwaysEncryptedAkvAuthType: Output<Either<String, SqlAlwaysEncryptedAkvAuthType>>, val credential: Output<CredentialReferenceArgs>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null) : ConvertibleToJava<SqlAlwaysEncryptedPropertiesArgs>

Sql always encrypted properties.

Link copied to clipboard
data class SqlDWSinkArgs(val allowCopyCommand: Output<Any>? = null, val allowPolyBase: Output<Any>? = null, val copyCommandSettings: Output<DWCopyCommandSettingsArgs>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val polyBaseSettings: Output<PolybaseSettingsArgs>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val sqlWriterUseTableLock: Output<Any>? = null, val tableOption: Output<Any>? = null, val type: Output<String>, val upsertSettings: Output<SqlDWUpsertSettingsArgs>? = null, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Any>? = null) : ConvertibleToJava<SqlDWSinkArgs>

A copy activity SQL Data Warehouse sink.

Link copied to clipboard
Link copied to clipboard
data class SqlDWSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val partitionOption: Output<Any>? = null, val partitionSettings: Output<SqlPartitionSettingsArgs>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val sqlReaderQuery: Output<Any>? = null, val sqlReaderStoredProcedureName: Output<Any>? = null, val storedProcedureParameters: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SqlDWSourceArgs>

A copy activity SQL Data Warehouse source.

Link copied to clipboard
Link copied to clipboard
data class SqlDWUpsertSettingsArgs(val interimSchemaName: Output<Any>? = null, val keys: Output<Any>? = null) : ConvertibleToJava<SqlDWUpsertSettingsArgs>

Sql DW upsert option settings

Link copied to clipboard
data class SqlMISinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val sqlWriterStoredProcedureName: Output<Any>? = null, val sqlWriterTableType: Output<Any>? = null, val sqlWriterUseTableLock: Output<Any>? = null, val storedProcedureParameters: Output<Any>? = null, val storedProcedureTableTypeParameterName: Output<Any>? = null, val tableOption: Output<Any>? = null, val type: Output<String>, val upsertSettings: Output<SqlUpsertSettingsArgs>? = null, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Any>? = null) : ConvertibleToJava<SqlMISinkArgs>

A copy activity Azure SQL Managed Instance sink.

Link copied to clipboard
Link copied to clipboard
data class SqlMISourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val partitionOption: Output<Any>? = null, val partitionSettings: Output<SqlPartitionSettingsArgs>? = null, val produceAdditionalTypes: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val sqlReaderQuery: Output<Any>? = null, val sqlReaderStoredProcedureName: Output<Any>? = null, val storedProcedureParameters: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SqlMISourceArgs>

A copy activity Azure SQL Managed Instance source.

Link copied to clipboard
Link copied to clipboard
data class SqlPartitionSettingsArgs(val partitionColumnName: Output<Any>? = null, val partitionLowerBound: Output<Any>? = null, val partitionUpperBound: Output<Any>? = null) : ConvertibleToJava<SqlPartitionSettingsArgs>

The settings that will be leveraged for Sql source partitioning.

Link copied to clipboard
data class SqlServerLinkedServiceArgs(val alwaysEncryptedSettings: Output<SqlAlwaysEncryptedPropertiesArgs>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val userName: Output<Any>? = null) : ConvertibleToJava<SqlServerLinkedServiceArgs>

SQL Server linked service.

Link copied to clipboard
data class SqlServerSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val sqlWriterStoredProcedureName: Output<Any>? = null, val sqlWriterTableType: Output<Any>? = null, val sqlWriterUseTableLock: Output<Any>? = null, val storedProcedureParameters: Output<Any>? = null, val storedProcedureTableTypeParameterName: Output<Any>? = null, val tableOption: Output<Any>? = null, val type: Output<String>, val upsertSettings: Output<SqlUpsertSettingsArgs>? = null, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Any>? = null) : ConvertibleToJava<SqlServerSinkArgs>

A copy activity SQL server sink.

Link copied to clipboard
Link copied to clipboard
data class SqlServerSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val partitionOption: Output<Any>? = null, val partitionSettings: Output<SqlPartitionSettingsArgs>? = null, val produceAdditionalTypes: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val sqlReaderQuery: Output<Any>? = null, val sqlReaderStoredProcedureName: Output<Any>? = null, val storedProcedureParameters: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SqlServerSourceArgs>

A copy activity SQL server source.

Link copied to clipboard
data class SqlServerStoredProcedureActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val storedProcedureName: Output<Any>, val storedProcedureParameters: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<SqlServerStoredProcedureActivityArgs>

SQL stored procedure activity type.

Link copied to clipboard
data class SqlServerTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SqlServerTableDatasetArgs>

The on-premises SQL Server dataset.

Link copied to clipboard
data class SqlSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val sqlWriterStoredProcedureName: Output<Any>? = null, val sqlWriterTableType: Output<Any>? = null, val sqlWriterUseTableLock: Output<Any>? = null, val storedProcedureParameters: Output<Any>? = null, val storedProcedureTableTypeParameterName: Output<Any>? = null, val tableOption: Output<Any>? = null, val type: Output<String>, val upsertSettings: Output<SqlUpsertSettingsArgs>? = null, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Any>? = null) : ConvertibleToJava<SqlSinkArgs>

A copy activity SQL sink.

Link copied to clipboard
Link copied to clipboard
data class SqlSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val isolationLevel: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val partitionOption: Output<Any>? = null, val partitionSettings: Output<SqlPartitionSettingsArgs>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val sqlReaderQuery: Output<Any>? = null, val sqlReaderStoredProcedureName: Output<Any>? = null, val storedProcedureParameters: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SqlSourceArgs>

A copy activity SQL source.

Link copied to clipboard
Link copied to clipboard
data class SqlUpsertSettingsArgs(val interimSchemaName: Output<Any>? = null, val keys: Output<Any>? = null, val useTempDB: Output<Any>? = null) : ConvertibleToJava<SqlUpsertSettingsArgs>

Sql upsert option settings

Link copied to clipboard
data class SquareLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val clientId: Output<Any>? = null, val clientSecret: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionProperties: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val redirectUri: Output<Any>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null) : ConvertibleToJava<SquareLinkedServiceArgs>

Square Service linked service.

Link copied to clipboard
data class SquareObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SquareObjectDatasetArgs>

Square Service dataset.

Link copied to clipboard
data class SquareSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SquareSourceArgs>

A copy activity Square Service source.

Link copied to clipboard
Link copied to clipboard
data class SSISAccessCredentialArgs(val domain: Output<Any>, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val userName: Output<Any>) : ConvertibleToJava<SSISAccessCredentialArgs>

SSIS access credential.

Link copied to clipboard
data class SSISChildPackageArgs(val packageContent: Output<Any>, val packageLastModifiedDate: Output<String>? = null, val packageName: Output<String>? = null, val packagePath: Output<Any>) : ConvertibleToJava<SSISChildPackageArgs>

SSIS embedded child package.

Link copied to clipboard
data class SSISExecutionCredentialArgs(val domain: Output<Any>, val password: Output<SecureStringArgs>, val userName: Output<Any>) : ConvertibleToJava<SSISExecutionCredentialArgs>

SSIS package execution credential.

Link copied to clipboard
data class SSISExecutionParameterArgs(val value: Output<Any>) : ConvertibleToJava<SSISExecutionParameterArgs>

SSIS execution parameter.

Link copied to clipboard
data class SSISLogLocationArgs(val accessCredential: Output<SSISAccessCredentialArgs>? = null, val logPath: Output<Any>, val logRefreshInterval: Output<Any>? = null, val type: Output<Either<String, SsisLogLocationType>>) : ConvertibleToJava<SSISLogLocationArgs>

SSIS package execution log location

Link copied to clipboard
data class SSISPackageLocationArgs(val accessCredential: Output<SSISAccessCredentialArgs>? = null, val childPackages: Output<List<SSISChildPackageArgs>>? = null, val configurationAccessCredential: Output<SSISAccessCredentialArgs>? = null, val configurationPath: Output<Any>? = null, val packageContent: Output<Any>? = null, val packageLastModifiedDate: Output<String>? = null, val packageName: Output<String>? = null, val packagePassword: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val packagePath: Output<Any>? = null, val type: Output<Either<String, SsisPackageLocationType>>? = null) : ConvertibleToJava<SSISPackageLocationArgs>

SSIS package location.

Link copied to clipboard
data class SSISPropertyOverrideArgs(val isSensitive: Output<Boolean>? = null, val value: Output<Any>) : ConvertibleToJava<SSISPropertyOverrideArgs>

SSIS property override.

Link copied to clipboard
data class StagingSettingsArgs(val enableCompression: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val path: Output<Any>? = null) : ConvertibleToJava<StagingSettingsArgs>

Staging settings.

Link copied to clipboard
data class SwitchActivityArgs(val cases: Output<List<SwitchCaseArgs>>? = null, val defaultActivities: Output<List<Any>>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val name: Output<String>, val on: Output<ExpressionArgs>, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<SwitchActivityArgs>

This activity evaluates an expression and executes activities under the cases property that correspond to the expression evaluation expected in the equals property.

Link copied to clipboard
Link copied to clipboard
data class SwitchCaseArgs(val activities: Output<List<Any>>? = null, val value: Output<String>? = null) : ConvertibleToJava<SwitchCaseArgs>

Switch cases with have a value and corresponding activities.

Link copied to clipboard
Link copied to clipboard
data class SybaseLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, SybaseAuthenticationType>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val database: Output<Any>, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val schema: Output<Any>? = null, val server: Output<Any>, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<SybaseLinkedServiceArgs>

Linked service for Sybase data source.

Link copied to clipboard
data class SybaseSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SybaseSourceArgs>

A copy activity source for Sybase databases.

Link copied to clipboard
Link copied to clipboard
data class SybaseTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SybaseTableDatasetArgs>

The Sybase table dataset.

Link copied to clipboard
data class SynapseNotebookActivityArgs(val conf: Output<Any>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val driverSize: Output<Any>? = null, val executorSize: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val notebook: Output<SynapseNotebookReferenceArgs>, val numExecutors: Output<Any>? = null, val parameters: Output<Map<String, NotebookParameterArgs>>? = null, val policy: Output<ActivityPolicyArgs>? = null, val sparkPool: Output<BigDataPoolParametrizationReferenceArgs>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<SynapseNotebookActivityArgs>

Execute Synapse notebook activity.

Link copied to clipboard
data class SynapseNotebookReferenceArgs(val referenceName: Output<Any>, val type: Output<Either<String, NotebookReferenceType>>) : ConvertibleToJava<SynapseNotebookReferenceArgs>

Synapse notebook reference type.

Link copied to clipboard
data class SynapseSparkJobDefinitionActivityArgs(val arguments: Output<List<Any>>? = null, val className: Output<Any>? = null, val conf: Output<Any>? = null, val configurationType: Output<Either<String, ConfigurationType>>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val driverSize: Output<Any>? = null, val executorSize: Output<Any>? = null, val file: Output<Any>? = null, val files: Output<List<Any>>? = null, val filesV2: Output<List<Any>>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val numExecutors: Output<Any>? = null, val policy: Output<ActivityPolicyArgs>? = null, val pythonCodeReference: Output<List<Any>>? = null, val scanFolder: Output<Any>? = null, val sparkConfig: Output<Map<String, Any>>? = null, val sparkJob: Output<SynapseSparkJobReferenceArgs>, val targetBigDataPool: Output<BigDataPoolParametrizationReferenceArgs>? = null, val targetSparkConfiguration: Output<SparkConfigurationParametrizationReferenceArgs>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<SynapseSparkJobDefinitionActivityArgs>

Execute spark job activity.

Link copied to clipboard
data class SynapseSparkJobReferenceArgs(val referenceName: Output<Any>, val type: Output<Either<String, SparkJobReferenceType>>) : ConvertibleToJava<SynapseSparkJobReferenceArgs>

Synapse spark job reference type.

Link copied to clipboard
data class TabularSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<TabularSourceArgs>

Copy activity sources of tabular type.

Link copied to clipboard
Link copied to clipboard
data class TarGZipReadSettingsArgs(val preserveCompressionFileNameAsFolder: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<TarGZipReadSettingsArgs>

The TarGZip compression read settings.

Link copied to clipboard
data class TarReadSettingsArgs(val preserveCompressionFileNameAsFolder: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<TarReadSettingsArgs>

The Tar compression read settings.

Link copied to clipboard
data class TeamDeskLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val apiToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val authenticationType: Output<Either<String, TeamDeskAuthenticationType>>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val url: Output<Any>, val userName: Output<Any>? = null) : ConvertibleToJava<TeamDeskLinkedServiceArgs>

Linked service for TeamDesk.

Link copied to clipboard
data class TeradataLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, TeradataAuthenticationType>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val server: Output<Any>? = null, val type: Output<String>, val username: Output<Any>? = null) : ConvertibleToJava<TeradataLinkedServiceArgs>

Linked service for Teradata data source.

Link copied to clipboard
data class TeradataPartitionSettingsArgs(val partitionColumnName: Output<Any>? = null, val partitionLowerBound: Output<Any>? = null, val partitionUpperBound: Output<Any>? = null) : ConvertibleToJava<TeradataPartitionSettingsArgs>

The settings that will be leveraged for teradata source partitioning.

Link copied to clipboard
data class TeradataSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val partitionOption: Output<Any>? = null, val partitionSettings: Output<TeradataPartitionSettingsArgs>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<TeradataSourceArgs>

A copy activity Teradata source.

Link copied to clipboard
Link copied to clipboard
data class TeradataTableDatasetArgs(val annotations: Output<List<Any>>? = null, val database: Output<Any>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<TeradataTableDatasetArgs>

The Teradata database dataset.

Link copied to clipboard
data class TextFormatArgs(val columnDelimiter: Output<Any>? = null, val deserializer: Output<Any>? = null, val encodingName: Output<Any>? = null, val escapeChar: Output<Any>? = null, val firstRowAsHeader: Output<Any>? = null, val nullValue: Output<Any>? = null, val quoteChar: Output<Any>? = null, val rowDelimiter: Output<Any>? = null, val serializer: Output<Any>? = null, val skipLineCount: Output<Any>? = null, val treatEmptyAsNull: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<TextFormatArgs>

The data stored in text format.

Link copied to clipboard
Link copied to clipboard
data class TransformationArgs(val dataset: Output<DatasetReferenceArgs>? = null, val description: Output<String>? = null, val flowlet: Output<DataFlowReferenceArgs>? = null, val linkedService: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>) : ConvertibleToJava<TransformationArgs>

A data flow transformation.

Link copied to clipboard
Link copied to clipboard
data class TriggerDependencyReferenceArgs(val referenceTrigger: Output<TriggerReferenceArgs>, val type: Output<String>) : ConvertibleToJava<TriggerDependencyReferenceArgs>

Trigger referenced dependency.

Link copied to clipboard
data class TriggerPipelineReferenceArgs(val parameters: Output<Map<String, Any>>? = null, val pipelineReference: Output<PipelineReferenceArgs>? = null) : ConvertibleToJava<TriggerPipelineReferenceArgs>

Pipeline that needs to be triggered with the given parameters.

Link copied to clipboard
data class TriggerReferenceArgs(val referenceName: Output<String>, val type: Output<Either<String, TriggerReferenceType>>) : ConvertibleToJava<TriggerReferenceArgs>

Trigger reference type.

Link copied to clipboard
data class TumblingWindowTriggerArgs(val annotations: Output<List<Any>>? = null, val delay: Output<Any>? = null, val dependsOn: Output<List<Any>>? = null, val description: Output<String>? = null, val endTime: Output<String>? = null, val frequency: Output<Either<String, TumblingWindowFrequency>>, val interval: Output<Int>, val maxConcurrency: Output<Int>, val pipeline: Output<TriggerPipelineReferenceArgs>, val retryPolicy: Output<RetryPolicyArgs>? = null, val startTime: Output<String>, val type: Output<String>) : ConvertibleToJava<TumblingWindowTriggerArgs>

Trigger that schedules pipeline runs for all fixed time interval windows from a start time without gaps and also supports backfill scenarios (when start time is in the past).

data class TumblingWindowTriggerDependencyReferenceArgs(val offset: Output<String>? = null, val referenceTrigger: Output<TriggerReferenceArgs>, val size: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<TumblingWindowTriggerDependencyReferenceArgs>

Referenced tumbling window trigger dependency.

Link copied to clipboard
data class TwilioLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val type: Output<String>, val userName: Output<Any>) : ConvertibleToJava<TwilioLinkedServiceArgs>

Linked service for Twilio.

Link copied to clipboard
data class UntilActivityArgs(val activities: Output<List<Any>>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val expression: Output<ExpressionArgs>, val name: Output<String>, val timeout: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<UntilActivityArgs>

This activity executes inner activities until the specified boolean expression results to true or timeout is reached, whichever is earlier.

Link copied to clipboard
Link copied to clipboard
data class UserPropertyArgs(val name: Output<String>, val value: Output<Any>) : ConvertibleToJava<UserPropertyArgs>

User property.

Link copied to clipboard
Link copied to clipboard
data class ValidationActivityArgs(val childItems: Output<Any>? = null, val dataset: Output<DatasetReferenceArgs>, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val minimumSize: Output<Any>? = null, val name: Output<String>, val sleep: Output<Any>? = null, val timeout: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<ValidationActivityArgs>

This activity verifies that an external resource exists.

Link copied to clipboard
data class VariableSpecificationArgs(val defaultValue: Output<Any>? = null, val type: Output<Either<String, VariableType>>) : ConvertibleToJava<VariableSpecificationArgs>

Definition of a single variable for a Pipeline.

Link copied to clipboard
data class VerticaLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionString: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val pwd: Output<AzureKeyVaultSecretReferenceArgs>? = null, val type: Output<String>) : ConvertibleToJava<VerticaLinkedServiceArgs>

Vertica linked service.

Link copied to clipboard
data class VerticaSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<VerticaSourceArgs>

A copy activity Vertica source.

Link copied to clipboard
Link copied to clipboard
data class VerticaTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val table: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<VerticaTableDatasetArgs>

Vertica dataset.

Link copied to clipboard
data class WaitActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val name: Output<String>, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null, val waitTimeInSeconds: Output<Any>) : ConvertibleToJava<WaitActivityArgs>

This activity suspends pipeline execution for the specified interval.

Link copied to clipboard
Link copied to clipboard
data class WebActivityArgs(val authentication: Output<WebActivityAuthenticationArgs>? = null, val body: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val datasets: Output<List<DatasetReferenceArgs>>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val disableCertValidation: Output<Boolean>? = null, val headers: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val linkedServices: Output<List<LinkedServiceReferenceArgs>>? = null, val method: Output<Either<String, WebActivityMethod>>, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val type: Output<String>, val url: Output<Any>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<WebActivityArgs>

Web activity.

Link copied to clipboard
Link copied to clipboard
data class WebActivityAuthenticationArgs(val credential: Output<CredentialReferenceArgs>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val pfx: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val resource: Output<Any>? = null, val type: Output<String>? = null, val userTenant: Output<Any>? = null, val username: Output<Any>? = null) : ConvertibleToJava<WebActivityAuthenticationArgs>

Web activity authentication properties.

Link copied to clipboard
data class WebAnonymousAuthenticationArgs(val authenticationType: Output<String>, val url: Output<Any>) : ConvertibleToJava<WebAnonymousAuthenticationArgs>

A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint.

Link copied to clipboard
data class WebBasicAuthenticationArgs(val authenticationType: Output<String>, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val url: Output<Any>, val username: Output<Any>) : ConvertibleToJava<WebBasicAuthenticationArgs>

A WebLinkedService that uses basic authentication to communicate with an HTTP endpoint.

Link copied to clipboard
data class WebClientCertificateAuthenticationArgs(val authenticationType: Output<String>, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val pfx: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val url: Output<Any>) : ConvertibleToJava<WebClientCertificateAuthenticationArgs>

A WebLinkedService that uses client certificate based authentication to communicate with an HTTP endpoint. This scheme follows mutual authentication; the server must also provide valid credentials to the client.

Link copied to clipboard
data class WebHookActivityArgs(val authentication: Output<WebActivityAuthenticationArgs>? = null, val body: Output<Any>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val headers: Output<Any>? = null, val method: Output<Either<String, WebHookActivityMethod>>, val name: Output<String>, val reportStatusOnCallBack: Output<Any>? = null, val timeout: Output<String>? = null, val type: Output<String>, val url: Output<Any>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<WebHookActivityArgs>

WebHook activity.

Link copied to clipboard
data class WebLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val typeProperties: Output<Any>) : ConvertibleToJava<WebLinkedServiceArgs>

Web linked service.

Link copied to clipboard
data class WebSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<WebSourceArgs>

A copy activity source for web page table.

Link copied to clipboard
Link copied to clipboard
data class WebTableDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val index: Output<Any>, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val path: Output<Any>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<WebTableDatasetArgs>

The dataset points to a HTML table in the web page.

Link copied to clipboard
data class WranglingDataFlowArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val documentLocale: Output<String>? = null, val folder: Output<DataFlowFolderArgs>? = null, val script: Output<String>? = null, val sources: Output<List<PowerQuerySourceArgs>>? = null, val type: Output<String>) : ConvertibleToJava<WranglingDataFlowArgs>

Power Query data flow.

Link copied to clipboard
data class XeroLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionProperties: Output<Any>? = null, val consumerKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val privateKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null) : ConvertibleToJava<XeroLinkedServiceArgs>

Xero Service linked service.

Link copied to clipboard
data class XeroObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<XeroObjectDatasetArgs>

Xero Service dataset.

Link copied to clipboard
data class XeroSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<XeroSourceArgs>

A copy activity Xero Service source.

Link copied to clipboard
Link copied to clipboard
data class XmlDatasetArgs(val annotations: Output<List<Any>>? = null, val compression: Output<DatasetCompressionArgs>? = null, val description: Output<String>? = null, val encodingName: Output<Any>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val location: Output<Any>, val nullValue: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<XmlDatasetArgs>

Xml dataset.

Link copied to clipboard
Link copied to clipboard
data class XmlReadSettingsArgs(val compressionProperties: Output<Any>? = null, val detectDataType: Output<Any>? = null, val namespacePrefixes: Output<Any>? = null, val namespaces: Output<Any>? = null, val type: Output<String>, val validationMode: Output<Any>? = null) : ConvertibleToJava<XmlReadSettingsArgs>

Xml read settings.

Link copied to clipboard
data class XmlSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val formatSettings: Output<XmlReadSettingsArgs>? = null, val maxConcurrentConnections: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val storeSettings: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<XmlSourceArgs>

A copy activity Xml source.

Link copied to clipboard
Link copied to clipboard
data class ZendeskLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val apiToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val authenticationType: Output<Either<String, ZendeskAuthenticationType>>, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val url: Output<Any>, val userName: Output<Any>? = null) : ConvertibleToJava<ZendeskLinkedServiceArgs>

Linked service for Zendesk.

Link copied to clipboard
data class ZipDeflateReadSettingsArgs(val preserveZipFileNameAsFolder: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ZipDeflateReadSettingsArgs>

The ZipDeflate compression read settings.

Link copied to clipboard
data class ZohoLinkedServiceArgs(val accessToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val connectionProperties: Output<Any>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val endpoint: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null) : ConvertibleToJava<ZohoLinkedServiceArgs>

Zoho server linked service.

Link copied to clipboard
data class ZohoObjectDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val tableName: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ZohoObjectDatasetArgs>

Zoho server dataset.

Link copied to clipboard
data class ZohoSourceArgs(val additionalColumns: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val query: Output<Any>? = null, val queryTimeout: Output<Any>? = null, val sourceRetryCount: Output<Any>? = null, val sourceRetryWait: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ZohoSourceArgs>

A copy activity Zoho server source.

Link copied to clipboard