public sealed class DeleteStoragePoolRequest : IMessage<DeleteStoragePoolRequest>, IEquatable<DeleteStoragePoolRequest>, IDeepCloneable<DeleteStoragePoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class DeleteStoragePoolRequest.
[[["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 `DeleteStoragePoolRequest` class within the NetApp v1 API, specifically version 1.6.0."],["The `DeleteStoragePoolRequest` class is designed to delete a Storage Pool 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 `DeleteStoragePoolRequest` object for cloning."],["It includes properties like `Name` (a string representing the storage pool's name) and `StoragePoolName` (a typed view over the resource name property), allowing you to interact with the `StoragePoolName`."],["This documentation also lists all the versions of the `DeleteStoragePoolRequest` class, ranging from version 1.0.0 to 1.8.0, with 1.8.0 being the latest version."]]],[]]