Class SsisExecutionParameter
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.SsisExecutionParameter
-
public final class SsisExecutionParameter extends Object
SSIS execution parameter.
-
-
Constructor Summary
Constructors Constructor Description SsisExecutionParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
Validates the instance.Object
value()
Get the value property: SSIS package execution parameter value.SsisExecutionParameter
withValue(Object value)
Set the value property: SSIS package execution parameter value.
-
-
-
Method Detail
-
value
public Object value()
Get the value property: SSIS package execution parameter value. Type: string (or Expression with resultType string).- Returns:
- the value value.
-
withValue
public SsisExecutionParameter withValue(Object value)
Set the value property: SSIS package execution parameter value. Type: string (or Expression with resultType string).- Parameters:
value
- the value value to set.- Returns:
- the SsisExecutionParameter object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-