Uses of Class
com.azure.resourcemanager.datafactory.models.SsisChildPackage
-
Packages that use SsisChildPackage 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 SsisChildPackage in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type SsisChildPackage Modifier and Type Method Description List<SsisChildPackage>
SsisPackageLocationTypeProperties. childPackages()
Get the childPackages property: The embedded child package list.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type SsisChildPackage Modifier and Type Method Description SsisPackageLocationTypeProperties
SsisPackageLocationTypeProperties. withChildPackages(List<SsisChildPackage> childPackages)
Set the childPackages property: The embedded child package list. -
Uses of SsisChildPackage in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return SsisChildPackage Modifier and Type Method Description SsisChildPackage
SsisChildPackage. withPackageContent(Object packageContent)
Set the packageContent property: Content for embedded child package.SsisChildPackage
SsisChildPackage. withPackageLastModifiedDate(String packageLastModifiedDate)
Set the packageLastModifiedDate property: Last modified date for embedded child package.SsisChildPackage
SsisChildPackage. withPackageName(String packageName)
Set the packageName property: Name for embedded child package.SsisChildPackage
SsisChildPackage. withPackagePath(Object packagePath)
Set the packagePath property: Path for embedded child package.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type SsisChildPackage Modifier and Type Method Description List<SsisChildPackage>
SsisPackageLocation. childPackages()
Get the childPackages property: The embedded child package list.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type SsisChildPackage Modifier and Type Method Description SsisPackageLocation
SsisPackageLocation. withChildPackages(List<SsisChildPackage> childPackages)
Set the childPackages property: The embedded child package list.
-