Uses of Class
com.azure.resourcemanager.datafactory.models.SwitchCase
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of SwitchCase in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionSwitchActivityTypeProperties.cases()
Get the cases property: List of cases that correspond to expected values of the 'on' property.Modifier and TypeMethodDescriptionSwitchActivityTypeProperties.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
Modifier and TypeMethodDescriptionSwitchCase.withActivities
(List<Activity> activities) Set the activities property: List of activities to execute for satisfied case condition.Set the value property: Expected value that satisfies the expression result of the 'on' property.Modifier and TypeMethodDescriptionSwitchActivity.cases()
Get the cases property: List of cases that correspond to expected values of the 'on' property.Modifier and TypeMethodDescriptionSwitchActivity.withCases
(List<SwitchCase> cases) Set the cases property: List of cases that correspond to expected values of the 'on' property.