public sealed class GetGroupRequest : IMessage<GetGroupRequest>, IEquatable<GetGroupRequest>, IDeepCloneable<GetGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GetGroupRequest.
[[["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 documentation for the `GetGroupRequest` class within the Migration Center v1 API, specifically version 1.3.0."],["`GetGroupRequest` is a class used to retrieve a group and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetGroupRequest` class has two constructors: a default constructor and another that accepts a `GetGroupRequest` object as a parameter for copying."],["The class includes properties `GroupName`, which provides a typed view over the resource name, and `Name`, a string representing the required resource name."],["The `GetGroupRequest` class inherits from the `object` class and includes inherited members like `GetHashCode`, `GetType`, and `ToString`."]]],[]]