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