ExperimentProperties interface

Model that represents the Experiment properties model.

Properties

customerDataStorage

Optional customer-managed Storage account where Experiment schema will be stored.

provisioningState

Most recent provisioning state for the given experiment resource.

selectors

List of selectors.

steps

List of steps.

Property Details

customerDataStorage

Optional customer-managed Storage account where Experiment schema will be stored.

customerDataStorage?: CustomerDataStorageProperties

Property Value

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