Uses of Class
com.azure.resourcemanager.datafactory.models.Expression
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of Expression in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionFilterActivityTypeProperties.condition()
Get the condition property: Condition to be used for filtering the input.IfConditionActivityTypeProperties.expression()
Get the expression property: An expression that would evaluate to Boolean.UntilActivityTypeProperties.expression()
Get the expression property: An expression that would evaluate to Boolean.FilterActivityTypeProperties.items()
Get the items property: Input array on which filter should be applied.ForEachActivityTypeProperties.items()
Get the items property: Collection to iterate.SwitchActivityTypeProperties.on()
Get the on property: An expression that would evaluate to a string or integer.Modifier and TypeMethodDescriptionFilterActivityTypeProperties.withCondition
(Expression condition) Set the condition property: Condition to be used for filtering the input.IfConditionActivityTypeProperties.withExpression
(Expression expression) Set the expression property: An expression that would evaluate to Boolean.UntilActivityTypeProperties.withExpression
(Expression expression) Set the expression property: An expression that would evaluate to Boolean.FilterActivityTypeProperties.withItems
(Expression items) Set the items property: Input array on which filter should be applied.ForEachActivityTypeProperties.withItems
(Expression items) Set the items property: Collection to iterate.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
Modifier and TypeMethodDescriptionFilterActivity.condition()
Get the condition property: Condition to be used for filtering the input.IfConditionActivity.expression()
Get the expression property: An expression that would evaluate to Boolean.UntilActivity.expression()
Get the expression property: An expression that would evaluate to Boolean.FilterActivity.items()
Get the items property: Input array on which filter should be applied.ForEachActivity.items()
Get the items property: Collection to iterate.SwitchActivity.on()
Get the on property: An expression that would evaluate to a string or integer.Set the type property: Expression type.Set the value property: Expression value.Modifier and TypeMethodDescriptionFilterActivity.withCondition
(Expression condition) Set the condition property: Condition to be used for filtering the input.IfConditionActivity.withExpression
(Expression expression) Set the expression property: An expression that would evaluate to Boolean.UntilActivity.withExpression
(Expression expression) Set the expression property: An expression that would evaluate to Boolean.FilterActivity.withItems
(Expression items) Set the items property: Input array on which filter should be applied.ForEachActivity.withItems
(Expression items) Set the items property: Collection to iterate.SwitchActivity.withOn
(Expression on) Set the on property: An expression that would evaluate to a string or integer.