toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.chaosstudio.kotlin.outputs
/
ExperimentStep
Experiment
Step
data
class
ExperimentStep
(
val
branches
:
List
<
ExperimentStepBranch
>
,
val
name
:
String
)
Members
Constructors
Experiment
Step
Link copied to clipboard
constructor
(
branches
:
List
<
ExperimentStepBranch
>
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
branches
Link copied to clipboard
val
branches
:
List
<
ExperimentStepBranch
>
One or more
branch
blocks as defined above.
name
Link copied to clipboard
val
name
:
String
The name of the Step.