public sealed class RequestMirrorPolicy : IMessage<RequestMirrorPolicy>, IEquatable<RequestMirrorPolicy>, IDeepCloneable<RequestMirrorPolicy>, IBufferMessage, IMessage
A policy that specifies how requests intended for the route's backends are shadowed to a separate mirrored backend service. The load balancer doesn't wait for responses from the shadow service. Before sending traffic to the shadow service, the host or authority header is suffixed with -shadow.
[[["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-03-21 UTC."],[[["The latest version of `RequestMirrorPolicy` is 3.6.0, with a range of versions available from 1.0.0 to the latest."],["`RequestMirrorPolicy` is designed to specify how requests are shadowed to a separate mirrored backend service without the load balancer waiting for responses."],["The `RequestMirrorPolicy` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a variety of functionalities."],["The `RequestMirrorPolicy` has properties such as `BackendService`, which contains the URL to the backend service being mirrored, and `HasBackendService`, a boolean indicating whether the backend service field is set."],["There are two Constructors available, a default one `RequestMirrorPolicy()` and a second that takes another `RequestMirrorPolicy` as a parameter, `RequestMirrorPolicy(RequestMirrorPolicy other)` for object duplication."]]],[]]