Uses of Class
com.azure.resourcemanager.datafactory.models.Expression
-
Packages that use Expression Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of Expression in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return Expression Modifier and Type Method Description Expression
FilterActivityTypeProperties. condition()
Get the condition property: Condition to be used for filtering the input.Expression
IfConditionActivityTypeProperties. expression()
Get the expression property: An expression that would evaluate to Boolean.Expression
UntilActivityTypeProperties. expression()
Get the expression property: An expression that would evaluate to Boolean.Expression
FilterActivityTypeProperties. items()
Get the items property: Input array on which filter should be applied.Expression
ForEachActivityTypeProperties. items()
Get the items property: Collection to iterate.Expression
SwitchActivityTypeProperties. on()
Get the on property: An expression that would evaluate to a string or integer.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type Expression Modifier and Type Method Description FilterActivityTypeProperties
FilterActivityTypeProperties. withCondition(Expression condition)
Set the condition property: Condition to be used for filtering the input.IfConditionActivityTypeProperties
IfConditionActivityTypeProperties. withExpression(Expression expression)
Set the expression property: An expression that would evaluate to Boolean.UntilActivityTypeProperties
UntilActivityTypeProperties. withExpression(Expression expression)
Set the expression property: An expression that would evaluate to Boolean.FilterActivityTypeProperties
FilterActivityTypeProperties. withItems(Expression items)
Set the items property: Input array on which filter should be applied.ForEachActivityTypeProperties
ForEachActivityTypeProperties. withItems(Expression items)
Set the items property: Collection to iterate.SwitchActivityTypeProperties
SwitchActivityTypeProperties. withOn(Expression on)
Set the on property: An expression that would evaluate to a string or integer. -
Uses of Expression in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return Expression Modifier and Type Method Description Expression
FilterActivity. condition()
Get the condition property: Condition to be used for filtering the input.Expression
IfConditionActivity. expression()
Get the expression property: An expression that would evaluate to Boolean.Expression
UntilActivity. expression()
Get the expression property: An expression that would evaluate to Boolean.Expression
FilterActivity. items()
Get the items property: Input array on which filter should be applied.Expression
ForEachActivity. items()
Get the items property: Collection to iterate.Expression
SwitchActivity. on()
Get the on property: An expression that would evaluate to a string or integer.Expression
Expression. withType(String type)
Set the type property: Expression type.Expression
Expression. withValue(String value)
Set the value property: Expression value.Methods in com.azure.resourcemanager.datafactory.models with parameters of type Expression Modifier and Type Method Description FilterActivity
FilterActivity. withCondition(Expression condition)
Set the condition property: Condition to be used for filtering the input.IfConditionActivity
IfConditionActivity. withExpression(Expression expression)
Set the expression property: An expression that would evaluate to Boolean.UntilActivity
UntilActivity. withExpression(Expression expression)
Set the expression property: An expression that would evaluate to Boolean.FilterActivity
FilterActivity. withItems(Expression items)
Set the items property: Input array on which filter should be applied.ForEachActivity
ForEachActivity. withItems(Expression items)
Set the items property: Collection to iterate.SwitchActivity
SwitchActivity. withOn(Expression on)
Set the on property: An expression that would evaluate to a string or integer.
-