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