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"]],[["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 `DeleteBackupPolicyRequest` class in the Google.Cloud.NetApp.V1 API is designed to facilitate the deletion of a backup policy."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The latest version of the API available is 1.8.0, with multiple previous versions listed down to 1.0.0."],["Deleting a backup policy requires specifying the policy's resource name using the `Name` property, which follows a specific format: `projects/{project_id}/locations/{location}/backupPolicies/{backup_policy_id}`."],["The class offers two constructors: a default one and another one that accepts a `DeleteBackupPolicyRequest` object as a parameter."]]],[]]