SsisProject Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. SsisObjectMetadata - com.
azure. resourcemanager. synapse. models. SsisProject
- com.
- com.
public final class SsisProject
extends SsisObjectMetadata
Ssis project.
Constructor Summary
| Constructor | Description |
|---|---|
| SsisProject() |
Creates an instance of Ssis |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Ssis |
environmentRefs()
Get the environment |
| Long |
folderId()
Get the folder |
|
static
Ssis |
fromJson(JsonReader jsonReader)
Reads an instance of Ssis |
|
List<Ssis |
parameters()
Get the parameters property: Parameters in project. |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Ssis |
type()
Get the type property: Type of metadata. |
| void |
validate()
Validates the instance. |
| Long |
version()
Get the version property: Project version. |
|
Ssis |
withDescription(String description)
Set the description property: Metadata description. |
|
Ssis |
withEnvironmentRefs(List<SsisEnvironmentReference> environmentRefs)
Set the environment |
|
Ssis |
withFolderId(Long folderId)
Set the folder |
|
Ssis |
withId(Long id)
Set the id property: Metadata id. |
|
Ssis |
withName(String name)
Set the name property: Metadata name. |
|
Ssis |
withParameters(List<SsisParameter> parameters)
Set the parameters property: Parameters in project. |
|
Ssis |
withVersion(Long version)
Set the version property: Project version. |
Methods inherited from SsisObjectMetadata
Methods inherited from java.lang.Object
Constructor Details
SsisProject
public SsisProject()
Creates an instance of SsisProject class.
Method Details
environmentRefs
public List<SsisEnvironmentReference> environmentRefs()
Get the environmentRefs property: Environment reference in project.
Returns:
folderId
public Long folderId()
Get the folderId property: Folder id which contains project.
Returns:
fromJson
public static SsisProject fromJson(JsonReader jsonReader)
Reads an instance of SsisProject from the JsonReader.
Parameters:
Returns:
Throws:
parameters
public List<SsisParameter> parameters()
Get the parameters property: Parameters in project.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SsisProject.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public SsisObjectMetadataType type()
Get the type property: Type of metadata.
Overrides:
SsisProject.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
SsisProject.validate()version
public Long version()
Get the version property: Project version.
Returns:
withDescription
public SsisProject withDescription(String description)
Set the description property: Metadata description.
Overrides:
SsisProject.withDescription(String description)Parameters:
withEnvironmentRefs
public SsisProject withEnvironmentRefs(List<SsisEnvironmentReference> environmentRefs)
Set the environmentRefs property: Environment reference in project.
Parameters:
Returns:
withFolderId
public SsisProject withFolderId(Long folderId)
Set the folderId property: Folder id which contains project.
Parameters:
Returns:
withId
public SsisProject withId(Long id)
Set the id property: Metadata id.
Overrides:
SsisProject.withId(Long id)Parameters:
withName
public SsisProject withName(String name)
Set the name property: Metadata name.
Overrides:
SsisProject.withName(String name)Parameters:
withParameters
public SsisProject withParameters(List<SsisParameter> parameters)
Set the parameters property: Parameters in project.
Parameters:
Returns:
withVersion
public SsisProject withVersion(Long version)
Set the version property: Project version.
Parameters:
Returns: