public sealed class GetStoragePoolRequest : IMessage<GetStoragePoolRequest>, IEquatable<GetStoragePoolRequest>, IDeepCloneable<GetStoragePoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class GetStoragePoolRequest.
[[["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 `GetStoragePoolRequest` class within the NetApp v1 API for .NET."],["`GetStoragePoolRequest` is used to retrieve a specific Storage Pool and is found in the `Google.Cloud.NetApp.V1` namespace."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It includes constructors for creating new instances, either default or by cloning another `GetStoragePoolRequest` object."],["The `GetStoragePoolRequest` class includes properties such as `Name`, a string that represents the required name of the storage pool, and `StoragePoolName`, which provides a typed view of the `Name` property."]]],[]]