public sealed class MachineDiskDetails : IMessage<MachineDiskDetails>, IEquatable<MachineDiskDetails>, IDeepCloneable<MachineDiskDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class MachineDiskDetails.
[[["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 `MachineDiskDetails` class in the Migration Center v1 API provides details about machine disks, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class offers two constructors: a default constructor `MachineDiskDetails()` and a copy constructor `MachineDiskDetails(MachineDiskDetails other)` for creating instances based on existing `MachineDiskDetails` objects."],["It has three primary properties, `Disks`, `TotalCapacityBytes`, and `TotalFreeBytes`, to detail a machine's disks, total disk capacity, and total free disk space, respectively."],["The `Disks` property is a `DiskEntryList`, while the `TotalCapacityBytes` and `TotalFreeBytes` properties are both of type `long`, represented as 64-bit signed integers."]]],[]]