public sealed class DeletePatchDeploymentRequest : IMessage<DeletePatchDeploymentRequest>, IEquatable<DeletePatchDeploymentRequest>, IDeepCloneable<DeletePatchDeploymentRequest>, IBufferMessage, IMessage
A request message for deleting 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 `DeletePatchDeploymentRequest` is 2.4.0, which is accessible via a specified link, while older versions are available, down to version 1.3.0."],["`DeletePatchDeploymentRequest` is a request message used for deleting a patch deployment, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class, `DeletePatchDeploymentRequest`, offers two constructors: a default constructor and one that takes another `DeletePatchDeploymentRequest` object as a parameter."],["The `DeletePatchDeploymentRequest` class includes properties such as `Name`, which is a required resource name in a specific format, and `PatchDeploymentName`, which is a typed view over the `Name`."]]],[]]