public sealed class GetDeploymentRequest : IMessage<GetDeploymentRequest>, IEquatable<GetDeploymentRequest>, IDeepCloneable<GetDeploymentRequest>, 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-06-12 UTC."],[[["The latest version of the `GetDeploymentRequest` class is 1.7.0, with prior versions available from 1.6.0 down to 1.0.0."],["`GetDeploymentRequest` is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDeploymentRequest` class has two constructors, one default and another accepting a `GetDeploymentRequest` object as a parameter."],["This class includes properties `DeploymentName`, a typed view of the resource name, and `Name`, a string representing the deployment's name, which follows a specific format."],["`GetDeploymentRequest` inherits from the `object` class, therefore having access to `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]