public sealed class DeleteVolumeSnapshotRequest : IMessage<DeleteVolumeSnapshotRequest>, IEquatable<DeleteVolumeSnapshotRequest>, IDeepCloneable<DeleteVolumeSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class DeleteVolumeSnapshotRequest.
[[["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 document provides reference information for the `DeleteVolumeSnapshotRequest` class within the Bare Metal Solution v2 API, specifically version 1.3.0."],["The `DeleteVolumeSnapshotRequest` class is used to send a request to delete a named volume snapshot."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors, one default and another that takes a `DeleteVolumeSnapshotRequest` object as an argument, and it provides properties for `Name` and a `VolumeSnapshotName` typed view."],["There are several previous versions available for reference, from 1.0.0 up to the current latest 1.7.0 version."]]],[]]