Class SsisPackageLocation
java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisPackageLocation
SSIS package location.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the accessCredential property: The package access credential.Get the childPackages property: The embedded child package list.Get the configurationAccessCredential property: The configuration file access credential.Get the configurationPath property: The configuration file of the package execution.Get the packageContent property: The embedded package content.Get the packageLastModifiedDate property: The embedded package last modified date.Get the packageName property: The package name.Get the packagePassword property: Password of the package.Get the packagePath property: The SSIS package path.type()
Get the type property: The type of SSIS package location.void
validate()
Validates the instance.withAccessCredential
(SsisAccessCredential accessCredential) Set the accessCredential property: The package access credential.withChildPackages
(List<SsisChildPackage> childPackages) Set the childPackages property: The embedded child package list.withConfigurationAccessCredential
(SsisAccessCredential configurationAccessCredential) Set the configurationAccessCredential property: The configuration file access credential.withConfigurationPath
(Object configurationPath) Set the configurationPath property: The configuration file of the package execution.withPackageContent
(Object packageContent) Set the packageContent property: The embedded package content.withPackageLastModifiedDate
(String packageLastModifiedDate) Set the packageLastModifiedDate property: The embedded package last modified date.withPackageName
(String packageName) Set the packageName property: The package name.withPackagePassword
(SecretBase packagePassword) Set the packagePassword property: Password of the package.withPackagePath
(Object packagePath) Set the packagePath property: The SSIS package path.Set the type property: The type of SSIS package location.
-
Constructor Details
-
SsisPackageLocation
public SsisPackageLocation()Creates an instance of SsisPackageLocation class.
-
-
Method Details
-
packagePath
Get the packagePath property: The SSIS package path. Type: string (or Expression with resultType string).- Returns:
- the packagePath value.
-
withPackagePath
Set the packagePath property: The SSIS package path. Type: string (or Expression with resultType string).- Parameters:
packagePath
- the packagePath value to set.- Returns:
- the SsisPackageLocation object itself.
-
type
Get the type property: The type of SSIS package location.- Returns:
- the type value.
-
withType
Set the type property: The type of SSIS package location.- Parameters:
type
- the type value to set.- Returns:
- the SsisPackageLocation object itself.
-
packagePassword
Get the packagePassword property: Password of the package.- Returns:
- the packagePassword value.
-
withPackagePassword
Set the packagePassword property: Password of the package.- Parameters:
packagePassword
- the packagePassword value to set.- Returns:
- the SsisPackageLocation object itself.
-
accessCredential
Get the accessCredential property: The package access credential.- Returns:
- the accessCredential value.
-
withAccessCredential
Set the accessCredential property: The package access credential.- Parameters:
accessCredential
- the accessCredential value to set.- Returns:
- the SsisPackageLocation object itself.
-
configurationPath
Get the configurationPath property: The configuration file of the package execution. Type: string (or Expression with resultType string).- Returns:
- the configurationPath value.
-
withConfigurationPath
Set the configurationPath property: The configuration file of the package execution. Type: string (or Expression with resultType string).- Parameters:
configurationPath
- the configurationPath value to set.- Returns:
- the SsisPackageLocation object itself.
-
configurationAccessCredential
Get the configurationAccessCredential property: The configuration file access credential.- Returns:
- the configurationAccessCredential value.
-
withConfigurationAccessCredential
public SsisPackageLocation withConfigurationAccessCredential(SsisAccessCredential configurationAccessCredential) Set the configurationAccessCredential property: The configuration file access credential.- Parameters:
configurationAccessCredential
- the configurationAccessCredential value to set.- Returns:
- the SsisPackageLocation object itself.
-
packageName
Get the packageName property: The package name.- Returns:
- the packageName value.
-
withPackageName
Set the packageName property: The package name.- Parameters:
packageName
- the packageName value to set.- Returns:
- the SsisPackageLocation object itself.
-
packageContent
Get the packageContent property: The embedded package content. Type: string (or Expression with resultType string).- Returns:
- the packageContent value.
-
withPackageContent
Set the packageContent property: The embedded package content. Type: string (or Expression with resultType string).- Parameters:
packageContent
- the packageContent value to set.- Returns:
- the SsisPackageLocation object itself.
-
packageLastModifiedDate
Get the packageLastModifiedDate property: The embedded package last modified date.- Returns:
- the packageLastModifiedDate value.
-
withPackageLastModifiedDate
Set the packageLastModifiedDate property: The embedded package last modified date.- Parameters:
packageLastModifiedDate
- the packageLastModifiedDate value to set.- Returns:
- the SsisPackageLocation object itself.
-
childPackages
Get the childPackages property: The embedded child package list.- Returns:
- the childPackages value.
-
withChildPackages
Set the childPackages property: The embedded child package list.- Parameters:
childPackages
- the childPackages value to set.- Returns:
- the SsisPackageLocation object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-