public sealed class DeleteBackupPolicyRequest : IMessage<DeleteBackupPolicyRequest>, IEquatable<DeleteBackupPolicyRequest>, IDeepCloneable<DeleteBackupPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class DeleteBackupPolicyRequest.
DeleteBackupPolicyRequest deletes a backup policy.
[[["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-04-17 UTC."],[[["This webpage provides reference documentation for the `DeleteBackupPolicyRequest` class within the NetApp v1 API, specifically version 1.5.0."],["The `DeleteBackupPolicyRequest` class is designed to delete a backup policy, as indicated by its purpose and name."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `DeleteBackupPolicyRequest` class includes constructors for creating new instances, either default or by copying another `DeleteBackupPolicyRequest` instance."],["Key properties of the class include `BackupPolicyName`, a typed view of the resource name, and `Name`, which requires a string representing the backup policy resource name."]]],[]]