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 latest version of the `GetAssociationNetworkFirewallPolicyRequest` is 3.6.0, with multiple previous versions available for reference, ranging down to version 1.0.0."],["The `GetAssociationNetworkFirewallPolicyRequest` class is a request message used for retrieving details about a NetworkFirewallPolicy association."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use in various .NET contexts."],["The class contains properties such as `FirewallPolicy`, `HasName`, `Name`, and `Project`, which are essential for defining and executing a request for firewall policy associations."],["There are two constructors in this class, one of which is parameterless, while the other one takes another `GetAssociationNetworkFirewallPolicyRequest` as an argument."]]],[]]