public sealed class GetPatchDeploymentRequest : IMessage<GetPatchDeploymentRequest>, IEquatable<GetPatchDeploymentRequest>, IDeepCloneable<GetPatchDeploymentRequest>, IBufferMessage, IMessage
A request message for retrieving a patch deployment.
[[["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 latest version of the `GetPatchDeploymentRequest` is 2.4.0, with previous versions ranging from 2.3.0 down to 1.3.0."],["`GetPatchDeploymentRequest` is a request message used for retrieving a patch deployment, inheriting from `Object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default `GetPatchDeploymentRequest()` and one that accepts another `GetPatchDeploymentRequest` object for copying."],["The `Name` property, a required string, represents the resource name of the patch deployment, and `PatchDeploymentName` offers a typed view over this name."]]],[]]