SsisExecutionParameter Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. SsisExecutionParameter
- com.
Implements
public final class SsisExecutionParameter
implements JsonSerializable<SsisExecutionParameter>
SSIS execution parameter.
Constructor Summary
| Constructor | Description |
|---|---|
| SsisExecutionParameter() |
Creates an instance of Ssis |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ssis |
fromJson(JsonReader jsonReader)
Reads an instance of Ssis |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| Object |
value()
Get the value property: SSIS package execution parameter value. |
|
Ssis |
withValue(Object value)
Set the value property: SSIS package execution parameter value. |
Methods inherited from java.lang.Object
Constructor Details
SsisExecutionParameter
public SsisExecutionParameter()
Creates an instance of SsisExecutionParameter class.
Method Details
fromJson
public static SsisExecutionParameter fromJson(JsonReader jsonReader)
Reads an instance of SsisExecutionParameter from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public Object value()
Get the value property: SSIS package execution parameter value. Type: string (or Expression with resultType string).
Returns:
withValue
public SsisExecutionParameter withValue(Object value)
Set the value property: SSIS package execution parameter value. Type: string (or Expression with resultType string).
Parameters:
Returns: