Uses of Class
com.azure.resourcemanager.datafactory.models.SsisExecutionParameter
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of SsisExecutionParameter in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionExecuteSsisPackageActivityTypeProperties.packageConnectionManagers()
Get the packageConnectionManagers property: The package level connection managers to execute the SSIS package.ExecuteSsisPackageActivityTypeProperties.packageParameters()
Get the packageParameters property: The package level parameters to execute the SSIS package.ExecuteSsisPackageActivityTypeProperties.projectConnectionManagers()
Get the projectConnectionManagers property: The project level connection managers to execute the SSIS package.ExecuteSsisPackageActivityTypeProperties.projectParameters()
Get the projectParameters property: The project level parameters to execute the SSIS package.Modifier and TypeMethodDescriptionExecuteSsisPackageActivityTypeProperties.withPackageConnectionManagers
(Map<String, Map<String, SsisExecutionParameter>> packageConnectionManagers) Set the packageConnectionManagers property: The package level connection managers to execute the SSIS package.ExecuteSsisPackageActivityTypeProperties.withPackageParameters
(Map<String, SsisExecutionParameter> packageParameters) Set the packageParameters property: The package level parameters to execute the SSIS package.ExecuteSsisPackageActivityTypeProperties.withProjectConnectionManagers
(Map<String, Map<String, SsisExecutionParameter>> projectConnectionManagers) Set the projectConnectionManagers property: The project level connection managers to execute the SSIS package.ExecuteSsisPackageActivityTypeProperties.withProjectParameters
(Map<String, SsisExecutionParameter> projectParameters) Set the projectParameters property: The project level parameters to execute the SSIS package. -
Uses of SsisExecutionParameter in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSet the value property: SSIS package execution parameter value.Modifier and TypeMethodDescriptionExecuteSsisPackageActivity.packageConnectionManagers()
Get the packageConnectionManagers property: The package level connection managers to execute the SSIS package.ExecuteSsisPackageActivity.packageParameters()
Get the packageParameters property: The package level parameters to execute the SSIS package.ExecuteSsisPackageActivity.projectConnectionManagers()
Get the projectConnectionManagers property: The project level connection managers to execute the SSIS package.ExecuteSsisPackageActivity.projectParameters()
Get the projectParameters property: The project level parameters to execute the SSIS package.Modifier and TypeMethodDescriptionExecuteSsisPackageActivity.withPackageConnectionManagers
(Map<String, Map<String, SsisExecutionParameter>> packageConnectionManagers) Set the packageConnectionManagers property: The package level connection managers to execute the SSIS package.ExecuteSsisPackageActivity.withPackageParameters
(Map<String, SsisExecutionParameter> packageParameters) Set the packageParameters property: The package level parameters to execute the SSIS package.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.