public sealed class VmEndpointNatMappings : IMessage<VmEndpointNatMappings>, IEquatable<VmEndpointNatMappings>, IDeepCloneable<VmEndpointNatMappings>, IBufferMessage, IMessage
Contain information of Nat mapping for a VM endpoint (i.e., NIC).
[[["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 `VmEndpointNatMappings` is 3.6.0, with many other previous versions available, ranging down to 1.0.0."],["`VmEndpointNatMappings` class is used to hold information about NAT mappings for a Virtual Machine (VM) endpoint."],["The `VmEndpointNatMappings` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `HasInstanceName`, `InstanceName`, and `InterfaceNatMappings`, which can describe the VM instance name and the NAT mappings associated with it."],["Constructors for `VmEndpointNatMappings` are provided, allowing for the creation of new instances either empty or by cloning another `VmEndpointNatMappings` object."]]],[]]