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"]],[["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 `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."]]],[]]