public sealed class NetworkAdapterDetails : IMessage<NetworkAdapterDetails>, IEquatable<NetworkAdapterDetails>, IDeepCloneable<NetworkAdapterDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class NetworkAdapterDetails.
[[["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 `NetworkAdapterDetails` class, part of the Migration Center v1 API, provides detailed information about network adapters."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data management and manipulation."],["It offers properties such as `AdapterType`, `Addresses`, and `MacAddress` to describe the network adapter's configuration and type."],["The class has two constructors, one default and one allowing for the cloning of another NetworkAdapterDetails instance."]]],[]]