Execute Data Flow Activity Args
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 onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, val policy: Output<ActivityPolicyArgs>? = null, val runConcurrently: Output<Any>? = null, val sourceStagingConcurrency: Output<Any>? = null, val staging: Output<DataFlowStagingInfoArgs>? = null, val state: Output<Either<String, ActivityState>>? = null, val traceLevel: Output<Any>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<ExecuteDataFlowActivityArgs>
Execute data flow activity.
Constructors
Link copied to clipboard
fun ExecuteDataFlowActivityArgs(compute: Output<ExecuteDataFlowActivityTypePropertiesComputeArgs>? = null, continueOnError: Output<Any>? = null, dataFlow: Output<DataFlowReferenceArgs>, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, integrationRuntime: Output<IntegrationRuntimeReferenceArgs>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, policy: Output<ActivityPolicyArgs>? = null, runConcurrently: Output<Any>? = null, sourceStagingConcurrency: Output<Any>? = null, staging: Output<DataFlowStagingInfoArgs>? = null, state: Output<Either<String, ActivityState>>? = null, traceLevel: Output<Any>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard