Uses of Class
com.azure.analytics.synapse.artifacts.models.SwitchCase
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of SwitchCase in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionSwitchCase.setActivities
(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.getCases()
Get the cases property: List of cases that correspond to expected values of the 'on' property.Modifier and TypeMethodDescriptionSwitchActivity.setCases
(List<SwitchCase> cases) Set the cases property: List of cases that correspond to expected values of the 'on' property.