Branch Class

Model that represents a branch in the step.

All required parameters must be populated in order to send to Azure.

Inheritance
Branch

Constructor

Branch(*, name: str, actions: List[_models.Action], **kwargs)

Variables

name
str

Required. String of the branch name.

actions
list[Action]

Required. List of actions.