Uses of Class
com.azure.resourcemanager.datafactory.models.SsisPackageLocation
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of SsisPackageLocation in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionExecuteSsisPackageActivityTypeProperties.packageLocation()
Get the packageLocation property: SSIS package location.Modifier and TypeMethodDescriptionExecuteSsisPackageActivityTypeProperties.withPackageLocation
(SsisPackageLocation packageLocation) Set the packageLocation property: SSIS package location. -
Uses of SsisPackageLocation in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionExecuteSsisPackageActivity.packageLocation()
Get the packageLocation property: SSIS package location.SsisPackageLocation.withAccessCredential
(SsisAccessCredential accessCredential) Set the accessCredential property: The package access credential.SsisPackageLocation.withChildPackages
(List<SsisChildPackage> childPackages) Set the childPackages property: The embedded child package list.SsisPackageLocation.withConfigurationAccessCredential
(SsisAccessCredential configurationAccessCredential) Set the configurationAccessCredential property: The configuration file access credential.SsisPackageLocation.withConfigurationPath
(Object configurationPath) Set the configurationPath property: The configuration file of the package execution.SsisPackageLocation.withPackageContent
(Object packageContent) Set the packageContent property: The embedded package content.SsisPackageLocation.withPackageLastModifiedDate
(String packageLastModifiedDate) Set the packageLastModifiedDate property: The embedded package last modified date.SsisPackageLocation.withPackageName
(String packageName) Set the packageName property: The package name.SsisPackageLocation.withPackagePassword
(SecretBase packagePassword) Set the packagePassword property: Password of the package.SsisPackageLocation.withPackagePath
(Object packagePath) Set the packagePath property: The SSIS package path.SsisPackageLocation.withType
(SsisPackageLocationType type) Set the type property: The type of SSIS package location.Modifier and TypeMethodDescriptionExecuteSsisPackageActivity.withPackageLocation
(SsisPackageLocation packageLocation) Set the packageLocation property: SSIS package location.