Class NotebookParameter

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

public final class NotebookParameter extends Object
Notebook parameter.
  • Constructor Details

    • NotebookParameter

      public NotebookParameter()
  • Method Details

    • value

      public Object value()
      Get the value property: Notebook parameter value. Type: string (or Expression with resultType string).
      Returns:
      the value value.
    • withValue

      public NotebookParameter withValue(Object value)
      Set the value property: Notebook parameter value. Type: string (or Expression with resultType string).
      Parameters:
      value - the value value to set.
      Returns:
      the NotebookParameter object itself.
    • type

      public NotebookParameterType type()
      Get the type property: Notebook parameter type.
      Returns:
      the type value.
    • withType

      public NotebookParameter withType(NotebookParameterType type)
      Set the type property: Notebook parameter type.
      Parameters:
      type - the type value to set.
      Returns:
      the NotebookParameter object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.