public sealed class DeleteBackupVaultRequest : IMessage<DeleteBackupVaultRequest>, IEquatable<DeleteBackupVaultRequest>, IDeepCloneable<DeleteBackupVaultRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class DeleteBackupVaultRequest.
[[["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 document provides reference information for the `DeleteBackupVaultRequest` class within the NetApp v1 API, specifically version 1.7.0."],["The `DeleteBackupVaultRequest` class is designed to delete a backup vault and inherits from the base `object` class while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one, and another that accepts a `DeleteBackupVaultRequest` object for initialization."],["It includes two key properties: `BackupVaultName`, which is a typed view of the resource name, and `Name`, which is the required resource name for the backup vault."],["The available versions for the `DeleteBackupVaultRequest` class are listed, ranging from 1.0.0 to the latest, 1.8.0, allowing for access to specific version documentation."]]],[]]