Uses of Class
com.azure.resourcemanager.datafactory.models.SwitchCase
-
Packages that use SwitchCase 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 SwitchCase in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return types with arguments of type SwitchCase Modifier and Type Method Description List<SwitchCase>
SwitchActivityTypeProperties. cases()
Get the cases property: List of cases that correspond to expected values of the 'on' property.Method parameters in com.azure.resourcemanager.datafactory.fluent.models with type arguments of type SwitchCase Modifier and Type Method Description SwitchActivityTypeProperties
SwitchActivityTypeProperties. withCases(List<SwitchCase> cases)
Set the cases property: List of cases that correspond to expected values of the 'on' property. -
Uses of SwitchCase in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return SwitchCase Modifier and Type Method Description SwitchCase
SwitchCase. withActivities(List<Activity> activities)
Set the activities property: List of activities to execute for satisfied case condition.SwitchCase
SwitchCase. withValue(String value)
Set the value property: Expected value that satisfies the expression result of the 'on' property.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type SwitchCase Modifier and Type Method Description List<SwitchCase>
SwitchActivity. cases()
Get the cases property: List of cases that correspond to expected values of the 'on' property.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type SwitchCase Modifier and Type Method Description SwitchActivity
SwitchActivity. withCases(List<SwitchCase> cases)
Set the cases property: List of cases that correspond to expected values of the 'on' property.
-