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