Uses of Class
com.azure.resourcemanager.datafactory.models.SsisExecutionParameter
-
Packages that use SsisExecutionParameter Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of SsisExecutionParameter in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type SsisExecutionParameter Modifier and Type Method Description Map<String,Map<String,SsisExecutionParameter>>
ExecuteSsisPackageActivityTypeProperties. packageConnectionManagers()
Get the packageConnectionManagers property: The package level connection managers to execute the SSIS package.Map<String,SsisExecutionParameter>
ExecuteSsisPackageActivityTypeProperties. packageParameters()
Get the packageParameters property: The package level parameters to execute the SSIS package.Map<String,Map<String,SsisExecutionParameter>>
ExecuteSsisPackageActivityTypeProperties. projectConnectionManagers()
Get the projectConnectionManagers property: The project level connection managers to execute the SSIS package.Map<String,SsisExecutionParameter>
ExecuteSsisPackageActivityTypeProperties. projectParameters()
Get the projectParameters property: The project level parameters to execute the SSIS package.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type SsisExecutionParameter Modifier and Type Method Description ExecuteSsisPackageActivityTypeProperties
ExecuteSsisPackageActivityTypeProperties. withPackageConnectionManagers(Map<String,Map<String,SsisExecutionParameter>> packageConnectionManagers)
Set the packageConnectionManagers property: The package level connection managers to execute the SSIS package.ExecuteSsisPackageActivityTypeProperties
ExecuteSsisPackageActivityTypeProperties. withPackageParameters(Map<String,SsisExecutionParameter> packageParameters)
Set the packageParameters property: The package level parameters to execute the SSIS package.ExecuteSsisPackageActivityTypeProperties
ExecuteSsisPackageActivityTypeProperties. withProjectConnectionManagers(Map<String,Map<String,SsisExecutionParameter>> projectConnectionManagers)
Set the projectConnectionManagers property: The project level connection managers to execute the SSIS package.ExecuteSsisPackageActivityTypeProperties
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
Methods in com.azure.resourcemanager.datafactory.models that return SsisExecutionParameter Modifier and Type Method Description SsisExecutionParameter
SsisExecutionParameter. withValue(Object value)
Set the value property: SSIS package execution parameter value.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type SsisExecutionParameter Modifier and Type Method Description Map<String,Map<String,SsisExecutionParameter>>
ExecuteSsisPackageActivity. packageConnectionManagers()
Get the packageConnectionManagers property: The package level connection managers to execute the SSIS package.Map<String,SsisExecutionParameter>
ExecuteSsisPackageActivity. packageParameters()
Get the packageParameters property: The package level parameters to execute the SSIS package.Map<String,Map<String,SsisExecutionParameter>>
ExecuteSsisPackageActivity. projectConnectionManagers()
Get the projectConnectionManagers property: The project level connection managers to execute the SSIS package.Map<String,SsisExecutionParameter>
ExecuteSsisPackageActivity. projectParameters()
Get the projectParameters property: The project level parameters to execute the SSIS package.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type SsisExecutionParameter Modifier and Type Method Description ExecuteSsisPackageActivity
ExecuteSsisPackageActivity. withPackageConnectionManagers(Map<String,Map<String,SsisExecutionParameter>> packageConnectionManagers)
Set the packageConnectionManagers property: The package level connection managers to execute the SSIS package.ExecuteSsisPackageActivity
ExecuteSsisPackageActivity. withPackageParameters(Map<String,SsisExecutionParameter> packageParameters)
Set the packageParameters property: The package level parameters to execute the SSIS package.ExecuteSsisPackageActivity
ExecuteSsisPackageActivity. withProjectConnectionManagers(Map<String,Map<String,SsisExecutionParameter>> projectConnectionManagers)
Set the projectConnectionManagers property: The project level connection managers to execute the SSIS package.ExecuteSsisPackageActivity
ExecuteSsisPackageActivity. withProjectParameters(Map<String,SsisExecutionParameter> projectParameters)
Set the projectParameters property: The project level parameters to execute the SSIS package.
-