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.

Inheritance
azure.mgmt.chaos._serialization.Model
ChaosExperimentBranch

Constructor

ChaosExperimentBranch(*, name: str, actions: List[_models.ChaosExperimentAction], **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

String of the branch name. Required.

actions

List of actions. Required.

Variables

Name Description
name
str

String of the branch name. Required.

actions

List of actions. Required.