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, and there are multiple previous versions available, including 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.8.0, 1.7.0, 1.6.0, 1.5.0, 1.4.0, and 1.3.0."],["`GetPatchDeploymentRequest` is a class used for retrieving a patch deployment, and it inherits from `Object` while implementing `IMessage\u003cGetPatchDeploymentRequest\u003e`, `IEquatable\u003cGetPatchDeploymentRequest\u003e`, `IDeepCloneable\u003cGetPatchDeploymentRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class `GetPatchDeploymentRequest` has two constructors: one default and one that takes another `GetPatchDeploymentRequest` as a parameter, and it includes the properties `Name` and `PatchDeploymentName`."],["The `Name` property of `GetPatchDeploymentRequest` represents the resource name of the patch deployment and is required, while the `PatchDeploymentName` provides a typed view of the resource name."]]],[]]