ChaosScenarioConfigurationExclusions 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 exclusion criteria for protecting resources from fault injection. Uses union (OR) logic - a resource is excluded if it matches ANY criteria.
public class ChaosScenarioConfigurationExclusions : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Chaos.Models.ChaosScenarioConfigurationExclusions>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Chaos.Models.ChaosScenarioConfigurationExclusions>
type ChaosScenarioConfigurationExclusions = class
interface IJsonModel<ChaosScenarioConfigurationExclusions>
interface IPersistableModel<ChaosScenarioConfigurationExclusions>
Public Class ChaosScenarioConfigurationExclusions
Implements IJsonModel(Of ChaosScenarioConfigurationExclusions), IPersistableModel(Of ChaosScenarioConfigurationExclusions)
- Inheritance
-
ChaosScenarioConfigurationExclusions
- Implements
Constructors
| Name | Description |
|---|---|
| ChaosScenarioConfigurationExclusions() |
Initializes a new instance of ChaosScenarioConfigurationExclusions. |
Properties
| Name | Description |
|---|---|
| Resources |
Array of specific resource IDs to exclude from fault injection. |
| Tags |
Array of tag key-value pairs. Resources with matching tags are excluded. |
| Types |
Array of resource types. All resources of these types are excluded. |