public sealed class UpdateNfsShareRequest : IMessage<UpdateNfsShareRequest>, IEquatable<UpdateNfsShareRequest>, IDeepCloneable<UpdateNfsShareRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Bare Metal Solution v2 API class UpdateNfsShareRequest.
[[["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 document provides reference documentation for the `UpdateNfsShareRequest` class within the Bare Metal Solution v2 API, specifically version 1.1.0."],["The `UpdateNfsShareRequest` class is used to construct a message for updating an NFS share, inheriting from various interfaces such as `IMessage` and `IEquatable`."],["The latest version available of this documentation is 1.7.0, but previous versions down to 1.0.0 are also available."],["The `UpdateNfsShareRequest` class includes two key properties: `NfsShare`, which is the share to be updated, and `UpdateMask`, which specifies which fields to update such as `labels`."],["The `UpdateNfsShareRequest` class can be constructed with either no parameters or with another `UpdateNfsShareRequest` object."]]],[]]