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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The latest version of the `HttpFaultInjection` documentation is 3.6.0, with the page also providing access to past versions all the way down to 1.0.0."],["`HttpFaultInjection` is a class used to introduce faults into traffic for testing client resiliency to backend service failures."],["Fault injection with `HttpFaultInjection` can involve introducing delays or aborting requests from clients to a backend service on a percentage basis via a load balancer."],["The `HttpFaultInjection` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["`HttpFaultInjection` includes properties such as `Abort` and `Delay`, which define how client requests can be aborted or delayed, respectively, as part of fault injection."]]],[]]