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-04-01 UTC."],[[["This document provides reference information for the `DeleteVolumeSnapshotRequest` class within the Bare Metal Solution v2 API, specifically version 1.2.0."],["The `DeleteVolumeSnapshotRequest` class is used to send a message to delete a named volume snapshot."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes properties such as `Name` (a string) and `VolumeSnapshotName`, which is a typed view over the resource name property."],["There are multiple versions of the documentation available, with version 1.7.0 being the latest."]]],[]]