public sealed class GetAssociationNetworkFirewallPolicyRequest : IMessage<GetAssociationNetworkFirewallPolicyRequest>, IEquatable<GetAssociationNetworkFirewallPolicyRequest>, IDeepCloneable<GetAssociationNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for NetworkFirewallPolicies.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 `GetAssociationNetworkFirewallPolicyRequest` class is used to request information about a specific association within a network firewall policy, as indicated by the method description."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and usability."],["There are multiple versions of `GetAssociationNetworkFirewallPolicyRequest` available, ranging from version 1.0.0 up to the latest 3.6.0, all accessible through their respective documentation links."],["Key properties of the `GetAssociationNetworkFirewallPolicyRequest` class include `FirewallPolicy`, `HasName`, `Name`, and `Project`, which allow specification of the firewall policy, association name, and project ID."],["The class provides two constructors: a default constructor `GetAssociationNetworkFirewallPolicyRequest()` and a copy constructor `GetAssociationNetworkFirewallPolicyRequest(GetAssociationNetworkFirewallPolicyRequest other)`, enabling flexible object creation."]]],[]]