Class SsisChildPackage
java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisChildPackage
SSIS embedded child package.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the packageContent property: Content for embedded child package.Get the packageLastModifiedDate property: Last modified date for embedded child package.Get the packageName property: Name for embedded child package.Get the packagePath property: Path for embedded child package.void
validate()
Validates the instance.withPackageContent
(Object packageContent) Set the packageContent property: Content for embedded child package.withPackageLastModifiedDate
(String packageLastModifiedDate) Set the packageLastModifiedDate property: Last modified date for embedded child package.withPackageName
(String packageName) Set the packageName property: Name for embedded child package.withPackagePath
(Object packagePath) Set the packagePath property: Path for embedded child package.
-
Constructor Details
-
SsisChildPackage
public SsisChildPackage()Creates an instance of SsisChildPackage class.
-
-
Method Details
-
packagePath
Get the packagePath property: Path for embedded child package. Type: string (or Expression with resultType string).- Returns:
- the packagePath value.
-
withPackagePath
Set the packagePath property: Path for embedded child package. Type: string (or Expression with resultType string).- Parameters:
packagePath
- the packagePath value to set.- Returns:
- the SsisChildPackage object itself.
-
packageName
Get the packageName property: Name for embedded child package.- Returns:
- the packageName value.
-
withPackageName
Set the packageName property: Name for embedded child package.- Parameters:
packageName
- the packageName value to set.- Returns:
- the SsisChildPackage object itself.
-
packageContent
Get the packageContent property: Content for embedded child package. Type: string (or Expression with resultType string).- Returns:
- the packageContent value.
-
withPackageContent
Set the packageContent property: Content for embedded child package. Type: string (or Expression with resultType string).- Parameters:
packageContent
- the packageContent value to set.- Returns:
- the SsisChildPackage object itself.
-
packageLastModifiedDate
Get the packageLastModifiedDate property: Last modified date for embedded child package.- Returns:
- the packageLastModifiedDate value.
-
withPackageLastModifiedDate
Set the packageLastModifiedDate property: Last modified date for embedded child package.- Parameters:
packageLastModifiedDate
- the packageLastModifiedDate value to set.- Returns:
- the SsisChildPackage object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-