ChaosHandlerOption 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.
The Chaos Hander Option middleware class
public class ChaosHandlerOption : Microsoft.Graph.IMiddlewareOption
type ChaosHandlerOption = class
interface IMiddlewareOption
Public Class ChaosHandlerOption
Implements IMiddlewareOption
- Inheritance
-
ChaosHandlerOption
- Implements
Constructors
ChaosHandlerOption() |
Properties
ChaosPercentLevel |
Percentage of responses that will have KnownChaos responses injected, assuming no PlannedChaosFactory is provided |
KnownChaos |
List of failure responses that potentially could be returned when |
PlannedChaosFactory |
Function to return chaos response based on current request. This is used to reproduce detected failure modes. |