Uses of Class
com.azure.resourcemanager.datafactory.models.SsisPackageLocation
-
Packages that use SsisPackageLocation 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 SsisPackageLocation in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return SsisPackageLocation Modifier and Type Method Description SsisPackageLocation
ExecuteSsisPackageActivityTypeProperties. packageLocation()
Get the packageLocation property: SSIS package location.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type SsisPackageLocation Modifier and Type Method Description ExecuteSsisPackageActivityTypeProperties
ExecuteSsisPackageActivityTypeProperties. withPackageLocation(SsisPackageLocation packageLocation)
Set the packageLocation property: SSIS package location. -
Uses of SsisPackageLocation in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return SsisPackageLocation Modifier and Type Method Description SsisPackageLocation
ExecuteSsisPackageActivity. packageLocation()
Get the packageLocation property: SSIS package location.SsisPackageLocation
SsisPackageLocation. withAccessCredential(SsisAccessCredential accessCredential)
Set the accessCredential property: The package access credential.SsisPackageLocation
SsisPackageLocation. withChildPackages(List<SsisChildPackage> childPackages)
Set the childPackages property: The embedded child package list.SsisPackageLocation
SsisPackageLocation. withConfigurationAccessCredential(SsisAccessCredential configurationAccessCredential)
Set the configurationAccessCredential property: The configuration file access credential.SsisPackageLocation
SsisPackageLocation. withConfigurationPath(Object configurationPath)
Set the configurationPath property: The configuration file of the package execution.SsisPackageLocation
SsisPackageLocation. withPackageContent(Object packageContent)
Set the packageContent property: The embedded package content.SsisPackageLocation
SsisPackageLocation. withPackageLastModifiedDate(String packageLastModifiedDate)
Set the packageLastModifiedDate property: The embedded package last modified date.SsisPackageLocation
SsisPackageLocation. withPackageName(String packageName)
Set the packageName property: The package name.SsisPackageLocation
SsisPackageLocation. withPackagePassword(SecretBase packagePassword)
Set the packagePassword property: Password of the package.SsisPackageLocation
SsisPackageLocation. withPackagePath(Object packagePath)
Set the packagePath property: The SSIS package path.SsisPackageLocation
SsisPackageLocation. withType(SsisPackageLocationType type)
Set the type property: The type of SSIS package location.Methods in com.azure.resourcemanager.datafactory.models with parameters of type SsisPackageLocation Modifier and Type Method Description ExecuteSsisPackageActivity
ExecuteSsisPackageActivity. withPackageLocation(SsisPackageLocation packageLocation)
Set the packageLocation property: SSIS package location.
-