public sealed class GetTenantRequest : IMessage<GetTenantRequest>, IEquatable<GetTenantRequest>, IDeepCloneable<GetTenantRequest>, IBufferMessage, IMessage
[[["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."],[[["The `GetTenantRequest` class is used to request a specific tenant by its resource name, as seen through the various versions listed."],["This class implements multiple interfaces, including `IMessage`, `IEquatable\u003cGetTenantRequest\u003e`, `IDeepCloneable\u003cGetTenantRequest\u003e`, and `IBufferMessage`, indicating its capabilities in message handling, comparison, cloning, and buffering."],["The latest version of this specific request class is currently at 2.7.0, while the initial version available is 1.0.0."],["The `GetTenantRequest` class has two constructors, one default constructor and another that takes in another `GetTenantRequest` object as an argument, and also contains the properties of `Name` and `TenantName`."]]],[]]