Share via


ExperimentProperties interface

Model that represents the Experiment properties model.

Properties

provisioningState

Most recent provisioning state for the given experiment resource.

selectors

List of selectors.

steps

List of steps.

Property Details

provisioningState

Most recent provisioning state for the given experiment resource.

provisioningState?: string

Property Value

string

selectors

List of selectors.

selectors: ChaosTargetSelectorUnion[]

Property Value

steps

List of steps.

steps: ChaosExperimentStep[]

Property Value