public sealed class GetUtilizationReportRequest : IMessage<GetUtilizationReportRequest>, IEquatable<GetUtilizationReportRequest>, IDeepCloneable<GetUtilizationReportRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class GetUtilizationReportRequest.
Request message for 'GetUtilizationReport' request.
[[["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 document provides reference details for the `GetUtilizationReportRequest` class within the VM Migration v1 API, specifically version 2.4.0."],["The `GetUtilizationReportRequest` class is a request message used to retrieve utilization reports and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This request class offers two constructors: a default constructor and a constructor that takes another `GetUtilizationReportRequest` object as a parameter."],["Key properties of this class include `Name` which is a required string to retrieve the report, and `View` which specifies the level of report detail and defaults to FULL."],["There are other available versions of this class in the API, with version 2.6.0 being the latest, and versions ranging from 2.5.0 to 1.0.0 also accessible."]]],[]]