public sealed class GetCollectorRequest : IMessage<GetCollectorRequest>, IEquatable<GetCollectorRequest>, IDeepCloneable<GetCollectorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Rapid Migration Assessment v1 API class GetCollectorRequest.
[[["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-04-17 UTC."],[[["This documentation details the `GetCollectorRequest` class within the Rapid Migration Assessment v1 API, which is used to request a specific Collector."],["`GetCollectorRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation within the API."],["The class features properties such as `CollectorName` and `Name`, which are essential for specifying the target collector resource in the API request."],["The `GetCollectorRequest` class offers two constructors: a default constructor and one that accepts another `GetCollectorRequest` instance for copying or cloning."]]],[]]