Azure.ResourceManager.Chaos.Models Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
| Name | Description |
|---|---|
| ArmChaosModelFactory |
A factory class for creating instances of the models for mocking. |
| ChaosContinuousAction |
Model that represents a continuous action. |
| ChaosDelayAction |
Model that represents a delay action. |
| ChaosDiscreteAction |
Model that represents a discrete action. |
| ChaosExperimentAction |
Model that represents the base action model. 9 total per experiment. Please note this is the abstract base class. The derived classes available for instantiation are: ChaosContinuousAction, ChaosDelayAction, and ChaosDiscreteAction. |
| ChaosExperimentBranch |
Model that represents a branch in the step. 9 total per experiment. |
| ChaosExperimentPatch |
Describes an experiment update. |
| ChaosExperimentRunActionStatus |
Model that represents the an action and its status. |
| ChaosExperimentRunBranchStatus |
Model that represents the a list of actions and action statuses. |
| ChaosExperimentRunStepStatus |
Model that represents the a list of branches and branch statuses. |
| ChaosExperimentStep |
Model that represents a step in the Experiment resource. |
| ChaosKeyValuePair |
A map to describe the settings of an action. |
| ChaosTargetFilter |
Model that represents available filter types that can be applied to a targets list. Please note this is the abstract base class. The derived classes available for instantiation are: ChaosTargetSimpleFilter. |
| ChaosTargetListSelector |
Model that represents a list selector. |
| ChaosTargetQuerySelector |
Model that represents a query selector. |
| ChaosTargetReference |
Model that represents a reference to a Target in the selector. |
| ChaosTargetSelector |
Model that represents a selector in the Experiment resource. Please note this is the abstract base class. The derived classes available for instantiation are: ChaosTargetListSelector and ChaosTargetQuerySelector. |
| ChaosTargetSimpleFilter |
Model that represents a simple target filter. |
| ExperimentExecutionActionTargetDetailsError |
Model that represents the Experiment action target details error model. |
| ExperimentExecutionActionTargetDetailsProperties |
Model that represents the Experiment action target details properties model. |
| ExperimentExecutionDetails |
Model that represents the execution details of an Experiment. |
Structs
| Name | Description |
|---|---|
| ChaosProvisioningState |
Current provisioning state for a given Azure Chaos resource. |
| ChaosTargetReferenceType |
Enum of the Target reference type. |