Class SsisPackage
java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
com.azure.resourcemanager.datafactory.models.SsisPackage
Ssis Package.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfolderId()
Get the folderId property: Folder id which contains package.Get the parameters property: Parameters in package.Get the projectId property: Project id which contains package.Get the projectVersion property: Project version which contains package.void
validate()
Validates the instance.withDescription
(String description) Set the description property: Metadata description.withFolderId
(Long folderId) Set the folderId property: Folder id which contains package.Set the id property: Metadata id.Set the name property: Metadata name.withParameters
(List<SsisParameter> parameters) Set the parameters property: Parameters in package.withProjectId
(Long projectId) Set the projectId property: Project id which contains package.withProjectVersion
(Long projectVersion) Set the projectVersion property: Project version which contains package.Methods inherited from class com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
description, id, name
-
Constructor Details
-
SsisPackage
public SsisPackage()Creates an instance of SsisPackage class.
-
-
Method Details
-
folderId
Get the folderId property: Folder id which contains package.- Returns:
- the folderId value.
-
withFolderId
Set the folderId property: Folder id which contains package.- Parameters:
folderId
- the folderId value to set.- Returns:
- the SsisPackage object itself.
-
projectVersion
Get the projectVersion property: Project version which contains package.- Returns:
- the projectVersion value.
-
withProjectVersion
Set the projectVersion property: Project version which contains package.- Parameters:
projectVersion
- the projectVersion value to set.- Returns:
- the SsisPackage object itself.
-
projectId
Get the projectId property: Project id which contains package.- Returns:
- the projectId value.
-
withProjectId
Set the projectId property: Project id which contains package.- Parameters:
projectId
- the projectId value to set.- Returns:
- the SsisPackage object itself.
-
parameters
Get the parameters property: Parameters in package.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Parameters in package.- Parameters:
parameters
- the parameters value to set.- Returns:
- the SsisPackage object itself.
-
withId
Set the id property: Metadata id.- Overrides:
withId
in classSsisObjectMetadata
- Parameters:
id
- the id value to set.- Returns:
- the SsisObjectMetadata object itself.
-
withName
Set the name property: Metadata name.- Overrides:
withName
in classSsisObjectMetadata
- Parameters:
name
- the name value to set.- Returns:
- the SsisObjectMetadata object itself.
-
withDescription
Set the description property: Metadata description.- Overrides:
withDescription
in classSsisObjectMetadata
- Parameters:
description
- the description value to set.- Returns:
- the SsisObjectMetadata object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classSsisObjectMetadata
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-