public sealed class ReportSummary.Types.UtilizationChartData : IMessage<ReportSummary.Types.UtilizationChartData>, IEquatable<ReportSummary.Types.UtilizationChartData>, IDeepCloneable<ReportSummary.Types.UtilizationChartData>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.UtilizationChartData.
Utilization Chart is a specific type of visualization which displays
a metric classified into "Used" and "Free" buckets.
[[["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."],[[["This documentation provides details for the `ReportSummary.Types.UtilizationChartData` class within the Migration Center v1 API, specifically for .NET."],["The `UtilizationChartData` class is designed to visualize metrics categorized into \"Used\" and \"Free\" buckets, representing resource utilization."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes two properties, `Free` and `Used`, both of type `long`, representing the aggregate values for each respective bucket."],["There are two constructors available for this class, one being a default constructor, and the other allowing to pass another `ReportSummary.Types.UtilizationChartData` object."]]],[]]