ChaosWorkspaceEvaluationProperties Class
Definition
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.
Model that represents the properties of the workspace evaluation.
public class ChaosWorkspaceEvaluationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Chaos.Models.ChaosWorkspaceEvaluationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Chaos.Models.ChaosWorkspaceEvaluationProperties>
type ChaosWorkspaceEvaluationProperties = class
interface IJsonModel<ChaosWorkspaceEvaluationProperties>
interface IPersistableModel<ChaosWorkspaceEvaluationProperties>
Public Class ChaosWorkspaceEvaluationProperties
Implements IJsonModel(Of ChaosWorkspaceEvaluationProperties), IPersistableModel(Of ChaosWorkspaceEvaluationProperties)
- Inheritance
-
ChaosWorkspaceEvaluationProperties
- Implements
Properties
| Name | Description |
|---|---|
| EndOn |
The evaluation UTC end time. |
| Errors |
System or infrastructure errors encountered during evaluation. |
| EvaluationResult |
The overall evaluation result. |
| NumScenariosEvaluatedCancelled |
The number of scenarios that were cancelled during evaluation. |
| NumScenariosEvaluatedFailed |
The number of scenarios that failed evaluation. |
| NumScenariosEvaluatedSucceeded |
The number of scenarios that evaluated successfully. |
| NumScenariosToEvaluate |
The number of scenarios to evaluate. |
| Results |
Per-scenario evaluation results. |
| StartOn |
The evaluation UTC start time. |
| Status |
The evaluation status. |
| WorkspaceId |
The workspace ID this evaluation belongs to. |