public sealed class DeleteBackupRequest : IMessage<DeleteBackupRequest>, IEquatable<DeleteBackupRequest>, IDeepCloneable<DeleteBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class DeleteBackupRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `DeleteBackupRequest` class, part of the NetApp v1 API, is used to manage the deletion of backups."],["This class is implemented from various interfaces, like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteBackupRequest` class includes properties such as `BackupName` and `Name`, with `Name` being a required field specifying the full resource path of the backup."],["There are various versions of the documentation available, ranging from version 1.0.0 up to the latest version 1.8.0."],["`DeleteBackupRequest` has two constructors, a default constructor, and a copy constructor, to make a new object from another."]]],[]]