SsisChildPackage Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. SsisChildPackage
- com.
Implements
public final class SsisChildPackage
implements JsonSerializable<SsisChildPackage>
SSIS embedded child package.
Constructor Summary
| Constructor | Description |
|---|---|
| SsisChildPackage() |
Creates an instance of Ssis |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ssis |
fromJson(JsonReader jsonReader)
Reads an instance of Ssis |
| Object |
packageContent()
Get the package |
| String |
packageLastModifiedDate()
Get the package |
| String |
packageName()
Get the package |
| Object |
packagePath()
Get the package |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Ssis |
withPackageContent(Object packageContent)
Set the package |
|
Ssis |
withPackageLastModifiedDate(String packageLastModifiedDate)
Set the package |
|
Ssis |
withPackageName(String packageName)
Set the package |
|
Ssis |
withPackagePath(Object packagePath)
Set the package |
Methods inherited from java.lang.Object
Constructor Details
SsisChildPackage
public SsisChildPackage()
Creates an instance of SsisChildPackage class.
Method Details
fromJson
public static SsisChildPackage fromJson(JsonReader jsonReader)
Reads an instance of SsisChildPackage from the JsonReader.
Parameters:
Returns:
Throws:
packageContent
public Object packageContent()
Get the packageContent property: Content for embedded child package. Type: string (or Expression with resultType string).
Returns:
packageLastModifiedDate
public String packageLastModifiedDate()
Get the packageLastModifiedDate property: Last modified date for embedded child package.
Returns:
packageName
public String packageName()
Get the packageName property: Name for embedded child package.
Returns:
packagePath
public Object packagePath()
Get the packagePath property: Path for embedded child package. Type: string (or Expression with resultType string).
Returns:
toJson
validate
public void validate()
Validates the instance.
withPackageContent
public SsisChildPackage withPackageContent(Object packageContent)
Set the packageContent property: Content for embedded child package. Type: string (or Expression with resultType string).
Parameters:
Returns:
withPackageLastModifiedDate
public SsisChildPackage withPackageLastModifiedDate(String packageLastModifiedDate)
Set the packageLastModifiedDate property: Last modified date for embedded child package.
Parameters:
Returns:
withPackageName
public SsisChildPackage withPackageName(String packageName)
Set the packageName property: Name for embedded child package.
Parameters:
Returns:
withPackagePath
public SsisChildPackage withPackagePath(Object packagePath)
Set the packagePath property: Path for embedded child package. Type: string (or Expression with resultType string).
Parameters:
Returns: