SwitchCase Class
Switch cases with have a value and corresponding activities.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelSwitchCase
Constructor
SwitchCase(*, value: str | None = None, activities: List[_models.Activity] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
Expected value that satisfies the expression result of the 'on' property. |
activities
|
List of activities to execute for satisfied case condition. |
Variables
Name | Description |
---|---|
value
|
Expected value that satisfies the expression result of the 'on' property. |
activities
|
List of activities to execute for satisfied case condition. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python