ChaosHandlerOption Class

Definition

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.

Applies to