Class SsisProject
java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
com.azure.resourcemanager.datafactory.models.SsisProject
Ssis project.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the environmentRefs property: Environment reference in project.folderId()
Get the folderId property: Folder id which contains project.Get the parameters property: Parameters in project.void
validate()
Validates the instance.version()
Get the version property: Project version.withDescription
(String description) Set the description property: Metadata description.withEnvironmentRefs
(List<SsisEnvironmentReference> environmentRefs) Set the environmentRefs property: Environment reference in project.withFolderId
(Long folderId) Set the folderId property: Folder id which contains project.Set the id property: Metadata id.Set the name property: Metadata name.withParameters
(List<SsisParameter> parameters) Set the parameters property: Parameters in project.withVersion
(Long version) Set the version property: Project version.Methods inherited from class com.azure.resourcemanager.datafactory.models.SsisObjectMetadata
description, id, name
-
Constructor Details
-
SsisProject
public SsisProject()Creates an instance of SsisProject class.
-
-
Method Details
-
folderId
Get the folderId property: Folder id which contains project.- Returns:
- the folderId value.
-
withFolderId
Set the folderId property: Folder id which contains project.- Parameters:
folderId
- the folderId value to set.- Returns:
- the SsisProject object itself.
-
version
Get the version property: Project version.- Returns:
- the version value.
-
withVersion
Set the version property: Project version.- Parameters:
version
- the version value to set.- Returns:
- the SsisProject object itself.
-
environmentRefs
Get the environmentRefs property: Environment reference in project.- Returns:
- the environmentRefs value.
-
withEnvironmentRefs
Set the environmentRefs property: Environment reference in project.- Parameters:
environmentRefs
- the environmentRefs value to set.- Returns:
- the SsisProject object itself.
-
parameters
Get the parameters property: Parameters in project.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Parameters in project.- Parameters:
parameters
- the parameters value to set.- Returns:
- the SsisProject 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.
-