Class SsisExecutionParameter

java.lang.Object
com.azure.resourcemanager.datafactory.models.SsisExecutionParameter

public final class SsisExecutionParameter extends Object
SSIS execution parameter.
  • Constructor Details

    • SsisExecutionParameter

      public SsisExecutionParameter()
  • Method Details

    • 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.