public sealed class GetAssociationFirewallPolicyRequest : IMessage<GetAssociationFirewallPolicyRequest>, IEquatable<GetAssociationFirewallPolicyRequest>, IDeepCloneable<GetAssociationFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for FirewallPolicies.GetAssociation. 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-24 UTC."],[[["The `GetAssociationFirewallPolicyRequest` class is used to request information about a specific firewall policy association."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities like message handling, comparison, and cloning."],["It has two constructors: a default constructor and another that accepts a copy of another `GetAssociationFirewallPolicyRequest` object."],["Key properties include `FirewallPolicy` (the name of the associated firewall policy), `HasName` (checks if the name field is set), and `Name` (the name of the association within the firewall policy)."],["The page lists all versions of `GetAssociationFirewallPolicyRequest` available, starting from the latest 3.6.0, all the way down to 1.0.0."]]],[]]