public sealed class ReportSummary.Types.MachineSeriesAllocation : IMessage<ReportSummary.Types.MachineSeriesAllocation>, IEquatable<ReportSummary.Types.MachineSeriesAllocation>, IDeepCloneable<ReportSummary.Types.MachineSeriesAllocation>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.MachineSeriesAllocation.
Represents a data point tracking the count of assets allocated for a
specific Machine Series.
[[["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 `ReportSummary.Types.MachineSeriesAllocation` class in the Migration Center v1 API represents a data point for tracking the number of assets assigned to a specific machine series."],["This class is part of the `Google.Cloud.MigrationCenter.V1` namespace and is defined in the `Google.Cloud.MigrationCenter.V1.dll` assembly."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It provides properties such as `AllocatedAssetCount` (to track asset count) and `MachineSeries` (to denote the specific machine series, e.g., \"E2\", \"N2\")."],["Constructors for `MachineSeriesAllocation` include a default constructor and one that takes another `MachineSeriesAllocation` object as a parameter."]]],[]]