ScenarioRunProperties interface

Model that represents the properties of the scenario run.

Properties

endTime

When the scenario run was completed.

errors

System or infrastructure errors encountered during the scenario run.

executionErrors

Business errors from fault injection — permission and resource state issues.

managedIdentityPrincipalId

The principal id for the managed identity used for the run.

resources

All resources discovered for the scenario run.

scenarioConfigurationName

The scenario configuration name.

scenarioName

The scenario name.

scenarioRunJson

The scenario run json.

scenarioRunSummary

The scenario run summary.

startTime

When the scenario run was started.

status

The scenario run status.

workspaceName

The workspace name.

zoneResolution

Zone resolution information. Present when the scenario configuration used physical zone targeting (physicalZones). Contains the mode, requested physical zones, and per-subscription logical zone mappings.

Property Details

endTime

When the scenario run was completed.

endTime?: Date

Property Value

Date

errors

System or infrastructure errors encountered during the scenario run.

errors?: OperationError[]

Property Value

executionErrors

Business errors from fault injection — permission and resource state issues.

executionErrors?: ScenarioErrors

Property Value

managedIdentityPrincipalId

The principal id for the managed identity used for the run.

managedIdentityPrincipalId: string

Property Value

string

resources

All resources discovered for the scenario run.

resources: ScenarioRunResource[]

Property Value

scenarioConfigurationName

The scenario configuration name.

scenarioConfigurationName: string

Property Value

string

scenarioName

The scenario name.

scenarioName: string

Property Value

string

scenarioRunJson

The scenario run json.

scenarioRunJson?: string

Property Value

string

scenarioRunSummary

The scenario run summary.

scenarioRunSummary?: ScenarioRunSummaryAction[]

Property Value

startTime

When the scenario run was started.

startTime: Date

Property Value

Date

status

The scenario run status.

status: string

Property Value

string

workspaceName

The workspace name.

workspaceName: string

Property Value

string

zoneResolution

Zone resolution information. Present when the scenario configuration used physical zone targeting (physicalZones). Contains the mode, requested physical zones, and per-subscription logical zone mappings.

zoneResolution?: ZoneResolutionInfo

Property Value