public sealed class GetReportRequest : IMessage<GetReportRequest>, IEquatable<GetReportRequest>, IDeepCloneable<GetReportRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GetReportRequest.
[[["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 `GetReportRequest` class is part of the Migration Center v1 API and is used to request a specific report."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the .NET environment."],["`GetReportRequest` has two constructors, allowing for default construction and construction by copying another `GetReportRequest` instance."],["It contains properties such as `Name`, `ReportName`, and `View`, which are used to specify the details of the report being requested, like the resource name, a type-safe representation of the resource name, and the level of detail required in the response."],["The latest version of the Migration Center v1 API is version 1.4.0, with previous versions including 1.3.0, 1.2.0, 1.1.0, and 1.0.0 also available."]]],[]]