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-03-21 UTC."],[[["This webpage provides documentation for the `DeleteBackupPolicyRequest` class within the Google.Cloud.NetApp.V1 API, which is used to delete a backup policy."],["The latest version of the `DeleteBackupPolicyRequest` class is 1.8.0, with several previous versions also available for reference, including 1.7.0, 1.6.0, 1.5.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["`DeleteBackupPolicyRequest` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits methods from the `object` class."],["The class includes properties such as `BackupPolicyName`, which provides a typed view of the backup policy name, and `Name`, which is a required string property representing the resource name of the backup policy to be deleted."],["There are two constructors that can be used, one empty and one that accepts another DeleteBackupPolicyRequest object."]]],[]]