Uses of Class
com.azure.resourcemanager.datafactory.models.SsisChildPackage
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of SsisChildPackage in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionSsisPackageLocationTypeProperties.childPackages()
Get the childPackages property: The embedded child package list.Modifier and TypeMethodDescriptionSsisPackageLocationTypeProperties.withChildPackages
(List<SsisChildPackage> childPackages) Set the childPackages property: The embedded child package list. -
Uses of SsisChildPackage in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSsisChildPackage.withPackageContent
(Object packageContent) Set the packageContent property: Content for embedded child package.SsisChildPackage.withPackageLastModifiedDate
(String packageLastModifiedDate) Set the packageLastModifiedDate property: Last modified date for embedded child package.SsisChildPackage.withPackageName
(String packageName) Set the packageName property: Name for embedded child package.SsisChildPackage.withPackagePath
(Object packagePath) Set the packagePath property: Path for embedded child package.Modifier and TypeMethodDescriptionSsisPackageLocation.childPackages()
Get the childPackages property: The embedded child package list.Modifier and TypeMethodDescriptionSsisPackageLocation.withChildPackages
(List<SsisChildPackage> childPackages) Set the childPackages property: The embedded child package list.