ZoneResolutionInfo interface

Information about how physical zones were resolved to logical zones for each subscription during scenario execution.

Properties

mode

The zone targeting mode used for this run. logical — customer specified logical zone identifiers directly. physical — customer specified physical zone identifiers; the system resolved them to per-subscription logical zones at execution time.

requestedPhysicalZones

The physical zone identifiers requested by the customer in the scenario configuration (e.g., ["westus2-az1"]). Empty array when mode is logical.

subscriptionZoneMappings

Per-subscription zone resolution results. Each entry maps a subscription to the logical zone resolved from the requested physical zone. Empty when mode is logical.

Property Details

mode

The zone targeting mode used for this run. logical — customer specified logical zone identifiers directly. physical — customer specified physical zone identifiers; the system resolved them to per-subscription logical zones at execution time.

mode: string

Property Value

string

requestedPhysicalZones

The physical zone identifiers requested by the customer in the scenario configuration (e.g., ["westus2-az1"]). Empty array when mode is logical.

requestedPhysicalZones: string[]

Property Value

string[]

subscriptionZoneMappings

Per-subscription zone resolution results. Each entry maps a subscription to the logical zone resolved from the requested physical zone. Empty when mode is logical.

subscriptionZoneMappings: ZoneResolutionMapping[]

Property Value