SsisEnvironmentReference Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. SsisEnvironmentReference
- com.
Implements
public final class SsisEnvironmentReference
implements JsonSerializable<SsisEnvironmentReference>
Ssis environment reference.
Constructor Summary
| Constructor | Description |
|---|---|
| SsisEnvironmentReference() |
Creates an instance of Ssis |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
environmentFolderName()
Get the environment |
| String |
environmentName()
Get the environment |
|
static
Ssis |
fromJson(JsonReader jsonReader)
Reads an instance of Ssis |
| Long |
id()
Get the id property: Environment reference id. |
| String |
referenceType()
Get the reference |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Ssis |
withEnvironmentFolderName(String environmentFolderName)
Set the environment |
|
Ssis |
withEnvironmentName(String environmentName)
Set the environment |
|
Ssis |
withId(Long id)
Set the id property: Environment reference id. |
|
Ssis |
withReferenceType(String referenceType)
Set the reference |
Methods inherited from java.lang.Object
Constructor Details
SsisEnvironmentReference
public SsisEnvironmentReference()
Creates an instance of SsisEnvironmentReference class.
Method Details
environmentFolderName
public String environmentFolderName()
Get the environmentFolderName property: Environment folder name.
Returns:
environmentName
public String environmentName()
Get the environmentName property: Environment name.
Returns:
fromJson
public static SsisEnvironmentReference fromJson(JsonReader jsonReader)
Reads an instance of SsisEnvironmentReference from the JsonReader.
Parameters:
Returns:
Throws:
id
public Long id()
Get the id property: Environment reference id.
Returns:
referenceType
public String referenceType()
Get the referenceType property: Reference type.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEnvironmentFolderName
public SsisEnvironmentReference withEnvironmentFolderName(String environmentFolderName)
Set the environmentFolderName property: Environment folder name.
Parameters:
Returns:
withEnvironmentName
public SsisEnvironmentReference withEnvironmentName(String environmentName)
Set the environmentName property: Environment name.
Parameters:
Returns:
withId
public SsisEnvironmentReference withId(Long id)
Set the id property: Environment reference id.
Parameters:
Returns:
withReferenceType
public SsisEnvironmentReference withReferenceType(String referenceType)
Set the referenceType property: Reference type.
Parameters:
Returns: