Class Expression
java.lang.Object
com.azure.resourcemanager.datafactory.models.Expression
Azure Data Factory expression definition.
-
Constructor Details
-
Expression
public Expression()Creates an instance of Expression class.
-
-
Method Details
-
type
Get the type property: Expression type.- Returns:
- the type value.
-
withType
Set the type property: Expression type.- Parameters:
type
- the type value to set.- Returns:
- the Expression object itself.
-
value
Get the value property: Expression value.- Returns:
- the value value.
-
withValue
Set the value property: Expression value.- Parameters:
value
- the value value to set.- Returns:
- the Expression object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-