public sealed class DeleteNfsShareRequest : IMessage<DeleteNfsShareRequest>, IEquatable<DeleteNfsShareRequest>, IDeepCloneable<DeleteNfsShareRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class DeleteNfsShareRequest.
[[["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."],[[["The `DeleteNfsShareRequest` class is part of the Bare Metal Solution v2 API and is used to request the deletion of an NFS share."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["The `DeleteNfsShareRequest` class has a constructor that accepts another `DeleteNfsShareRequest` object for copying, and also a default one."],["There are multiple versions available for the `DeleteNfsShareRequest` documentation, ranging from version 1.0.0 up to the latest version, 1.7.0."],["The class has properties to manage the name of the NFS Share that will be deleted, in both string and typed versions, under the properties `Name` and `NFSShareName` respectively."]]],[]]