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-04-17 UTC."],[[["This webpage provides documentation for the `DeleteStoragePoolRequest` class within the Google Cloud NetApp v1 API, specifically version 1.7.0, with links to other versions of the API."],["The `DeleteStoragePoolRequest` class is used to delete a Storage Pool, and it inherits from the base object class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor, and one that accepts another `DeleteStoragePoolRequest` instance as a parameter."],["The `DeleteStoragePoolRequest` class includes two properties, `Name` (a string representing the name of the storage pool, which is required), and `StoragePoolName`, which provides a typed view over the name resource."],["The namespace of this class is `Google.Cloud.NetApp.V1` and is found within the `Google.Cloud.NetApp.V1.dll` assembly."]]],[]]