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 webpage provides reference documentation for the `DeleteStoragePoolRequest` class within the NetApp v1 API for .NET."],["The `DeleteStoragePoolRequest` class is used to delete a Storage Pool, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and contains two constructors: a default constructor and one that accepts another `DeleteStoragePoolRequest` object as a parameter."],["The class has two main properties: `Name`, which is a required string representing the name of the storage pool, and `StoragePoolName`, which is a `StoragePoolName`-typed view of the `Name` property."],["The most recent version available for this API is version 1.8.0, with versions ranging back to version 1.0.0 being available."]]],[]]