public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, 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-03-21 UTC."],[[["The `GetInstanceRequest` class is used to retrieve the state of a specific instance, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This page documents version 2.0.0 of `GetInstanceRequest`, and there are documented versions available ranging from version 1.0.0 to the latest version, 2.7.0."],["`GetInstanceRequest` inherits from the base `Object` class and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has properties `InstanceName` which is a typed view over the `Name` resource, and `Name`, which represents the required instance resource name in a specified format."],["The `GetInstanceRequest` class includes two constructors, one default and another for creating a new `GetInstanceRequest` object from another existing `GetInstanceRequest` object."]]],[]]