Class SsisChildPackage
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.SsisChildPackage
-
public final class SsisChildPackage extends Object
SSIS embedded child package.
-
-
Constructor Summary
Constructors Constructor Description SsisChildPackage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
packageContent()
Get the packageContent property: Content for embedded child package.String
packageLastModifiedDate()
Get the packageLastModifiedDate property: Last modified date for embedded child package.String
packageName()
Get the packageName property: Name for embedded child package.Object
packagePath()
Get the packagePath property: Path for embedded child package.void
validate()
Validates the instance.SsisChildPackage
withPackageContent(Object packageContent)
Set the packageContent property: Content for embedded child package.SsisChildPackage
withPackageLastModifiedDate(String packageLastModifiedDate)
Set the packageLastModifiedDate property: Last modified date for embedded child package.SsisChildPackage
withPackageName(String packageName)
Set the packageName property: Name for embedded child package.SsisChildPackage
withPackagePath(Object packagePath)
Set the packagePath property: Path for embedded child package.
-
-
-
Method Detail
-
packagePath
public Object packagePath()
Get the packagePath property: Path for embedded child package. Type: string (or Expression with resultType string).- Returns:
- the packagePath value.
-
withPackagePath
public SsisChildPackage withPackagePath(Object packagePath)
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
public String packageName()
Get the packageName property: Name for embedded child package.- Returns:
- the packageName value.
-
withPackageName
public SsisChildPackage withPackageName(String packageName)
Set the packageName property: Name for embedded child package.- Parameters:
packageName
- the packageName value to set.- Returns:
- the SsisChildPackage object itself.
-
packageContent
public Object packageContent()
Get the packageContent property: Content for embedded child package. Type: string (or Expression with resultType string).- Returns:
- the packageContent value.
-
withPackageContent
public SsisChildPackage withPackageContent(Object packageContent)
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
public String packageLastModifiedDate()
Get the packageLastModifiedDate property: Last modified date for embedded child package.- Returns:
- the packageLastModifiedDate value.
-
withPackageLastModifiedDate
public SsisChildPackage withPackageLastModifiedDate(String packageLastModifiedDate)
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.
-
-