Class SsisExecutionParameter
java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisExecutionParameter
SSIS execution parameter.
-
Constructor Summary
ConstructorDescriptionCreates an instance of SsisExecutionParameter class. -
Method Summary
-
Constructor Details
-
SsisExecutionParameter
public SsisExecutionParameter()Creates an instance of SsisExecutionParameter class.
-
-
Method Details
-
value
Get the value property: SSIS package execution parameter value. Type: string (or Expression with resultType string).- Returns:
- the value value.
-
withValue
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.
-