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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `DeleteStoragePoolRequest` class within the Google.Cloud.NetApp.V1 API, which is used to delete a storage pool."],["The `DeleteStoragePoolRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors: a default constructor and one that accepts another `DeleteStoragePoolRequest` object as a parameter for copying, and it contains two key properties, `Name` and `StoragePoolName`, for identifying the storage pool to be deleted."],["The latest version of the API is version 1.8.0, and there are eight previous versions listed, ranging from 1.7.0 to 1.0.0."]]],[]]