public sealed class HttpFaultInjection : IMessage<HttpFaultInjection>, IEquatable<HttpFaultInjection>, IDeepCloneable<HttpFaultInjection>, IBufferMessage, IMessage
The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by the load balancer on a percentage of requests before sending those request to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eHttpFaultInjection\u003c/code\u003e class, which is used to introduce faults into traffic for testing the resilience of clients to backend service failures.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows for the simulation of delays and aborts in client requests to test the impact on the backend service, managed by the load balancer.\u003c/p\u003e\n"],["\u003cp\u003eThe most current version of the documentation is version 3.6.0, and documentation is available for versions starting from 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eHttpFaultInjection\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two primary properties, \u003ccode\u003eAbort\u003c/code\u003e and \u003ccode\u003eDelay\u003c/code\u003e, to define how client requests are aborted or delayed respectively, utilizing the \u003ccode\u003eHttpFaultAbort\u003c/code\u003e and \u003ccode\u003eHttpFaultDelay\u003c/code\u003e types.\u003c/p\u003e\n"]]],[],null,[]]