ValidationProperties interface
Model that represents the properties of the scenario validation.
Properties
| end |
The scenario validation UTC end time. |
| errors | System or infrastructure errors encountered during validation. |
| excluded |
Resources that matched the scenario's target resource types but were excluded from fault injection by the configuration's resource-targeting filters (for example zone, location, or explicit exclusions). These resources will not be impacted. |
| execution |
Execution plan created from validation. This plan will be executed as-is on next scenario execution. |
| resources | Resources that matched the scenario's target resource types and will be impacted by the run, resolved after applying the configuration's resource-targeting filters. |
| start |
The scenario validation UTC start time. |
| status | The scenario validation status. |
| validation |
Business errors from validation — permission and resource state issues. |
Property Details
endTime
The scenario validation UTC end time.
endTime?: Date
Property Value
Date
errors
System or infrastructure errors encountered during validation.
errors?: OperationError[]
Property Value
excludedResources
Resources that matched the scenario's target resource types but were excluded from fault injection by the configuration's resource-targeting filters (for example zone, location, or explicit exclusions). These resources will not be impacted.
excludedResources?: ScenarioRunResource[]
Property Value
executionPlanJson
Execution plan created from validation. This plan will be executed as-is on next scenario execution.
executionPlanJson?: string
Property Value
string
resources
Resources that matched the scenario's target resource types and will be impacted by the run, resolved after applying the configuration's resource-targeting filters.
resources?: ScenarioRunResource[]
Property Value
startTime
The scenario validation UTC start time.
startTime: Date
Property Value
Date
status
The scenario validation status.
status: string
Property Value
string
validationErrors
Business errors from validation — permission and resource state issues.
validationErrors?: ScenarioErrors