ChaosZoneResolutionInfo 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.
Information about how physical zones were resolved to logical zones for each subscription during scenario execution.
public class ChaosZoneResolutionInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Chaos.Models.ChaosZoneResolutionInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Chaos.Models.ChaosZoneResolutionInfo>
type ChaosZoneResolutionInfo = class
interface IJsonModel<ChaosZoneResolutionInfo>
interface IPersistableModel<ChaosZoneResolutionInfo>
Public Class ChaosZoneResolutionInfo
Implements IJsonModel(Of ChaosZoneResolutionInfo), IPersistableModel(Of ChaosZoneResolutionInfo)
- Inheritance
-
ChaosZoneResolutionInfo
- Implements
Properties
| Name | Description |
|---|---|
| Mode |
The zone targeting mode used for this run.
|
| RequestedPhysicalZones |
The physical zone identifiers requested by the customer in the
scenario configuration (e.g., |
| SubscriptionZoneMappings |
Per-subscription zone resolution results. Each entry maps a subscription
to the logical zone resolved from the requested physical zone.
Empty when |