Uses of Class
com.azure.resourcemanager.datafactory.models.ExecuteSsisPackageActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of ExecuteSsisPackageActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionExecuteSsisPackageActivity.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.ExecuteSsisPackageActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.ExecuteSsisPackageActivity.withDescription
(String description) Set the description property: Activity description.ExecuteSsisPackageActivity.withEnvironmentPath
(Object environmentPath) Set the environmentPath property: The environment path to execute the SSIS package.ExecuteSsisPackageActivity.withExecutionCredential
(SsisExecutionCredential executionCredential) Set the executionCredential property: The package execution credential.ExecuteSsisPackageActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.ExecuteSsisPackageActivity.withLoggingLevel
(Object loggingLevel) Set the loggingLevel property: The logging level of SSIS package execution.ExecuteSsisPackageActivity.withLogLocation
(SsisLogLocation logLocation) Set the logLocation property: SSIS package execution log location.Set the name property: Activity name.ExecuteSsisPackageActivity.withPackageConnectionManagers
(Map<String, Map<String, SsisExecutionParameter>> packageConnectionManagers) Set the packageConnectionManagers property: The package level connection managers to execute the SSIS package.ExecuteSsisPackageActivity.withPackageLocation
(SsisPackageLocation packageLocation) Set the packageLocation property: SSIS package location.ExecuteSsisPackageActivity.withPackageParameters
(Map<String, SsisExecutionParameter> packageParameters) Set the packageParameters property: The package level parameters to execute the SSIS package.ExecuteSsisPackageActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.ExecuteSsisPackageActivity.withProjectConnectionManagers
(Map<String, Map<String, SsisExecutionParameter>> projectConnectionManagers) Set the projectConnectionManagers property: The project level connection managers to execute the SSIS package.ExecuteSsisPackageActivity.withProjectParameters
(Map<String, SsisExecutionParameter> projectParameters) Set the projectParameters property: The project level parameters to execute the SSIS package.ExecuteSsisPackageActivity.withPropertyOverrides
(Map<String, SsisPropertyOverride> propertyOverrides) Set the propertyOverrides property: The property overrides to execute the SSIS package.ExecuteSsisPackageActivity.withRuntime
(Object runtime) Set the runtime property: Specifies the runtime to execute SSIS package.ExecuteSsisPackageActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.