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 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."]]],[]]