public sealed class PatchRuleSecurityPolicyRequest : IMessage<PatchRuleSecurityPolicyRequest>, IEquatable<PatchRuleSecurityPolicyRequest>, IDeepCloneable<PatchRuleSecurityPolicyRequest>, IBufferMessage, IMessage
A request message for SecurityPolicies.PatchRule. See the method description for details.
[[["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 available for `PatchRuleSecurityPolicyRequest` is 3.6.0, while a range of prior versions from 1.0.0 to 3.5.0 are also accessible for the user."],["`PatchRuleSecurityPolicyRequest` is a class used to send a request to the `SecurityPolicies.PatchRule` method, and details of its implementation are included within the provided content."],["The `PatchRuleSecurityPolicyRequest` class includes properties such as `Priority`, `Project`, `SecurityPolicy`, and `SecurityPolicyRuleResource`, which are key pieces of information used to complete a request."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which demonstrates its capabilities within the system."],["The `PatchRuleSecurityPolicyRequest` class has two constructors, one being empty, and the other accepting another `PatchRuleSecurityPolicyRequest` as a parameter to create a new object from an existing one."]]],[]]