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 webpage provides reference documentation for the `DeleteVolumeSnapshotRequest` class within the Bare Metal Solution v2 API."],["The latest version of the documentation is 1.7.0, with other versions ranging down to 1.0.0 also available for navigation."],["`DeleteVolumeSnapshotRequest` is used for deleting a named volume snapshot and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and one that takes another `DeleteVolumeSnapshotRequest` object as a parameter."],["The class has two properties, `Name` and `VolumeSnapshotName` which are used to specify the name of the snapshot to delete, with `VolumeSnapshotName` providing a typed view of the `Name` property."]]],[]]