public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, 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 latest version of the `DeleteBackupRequest` documentation is 2.7.0, with a range of versions from 1.0.0 up to the most recent being listed."],["`DeleteBackupRequest` is a class used to delete a backup, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteBackupRequest` class inherits from the base `Object` class and provides methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, for the user."],["The class includes two constructors: a default constructor `DeleteBackupRequest()` and an overload `DeleteBackupRequest(DeleteBackupRequest other)` that takes another `DeleteBackupRequest` as a parameter."],["It features two properties, `BackupName`, which is a typed view over the resource name, and `Name`, a string representing the required backup resource name in a specified format."]]],[]]