ChaosExperimentBranch Class
Model that represents a branch in the step. 9 total per experiment.
All required parameters must be populated in order to send to Azure.
Constructor
ChaosExperimentBranch(*, name: str, actions: List[_models.ChaosExperimentAction], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
String of the branch name. Required. |
actions
|
List of actions. Required. |
Variables
Name | Description |
---|---|
name
|
String of the branch name. Required. |
actions
|
List of actions. Required. |