public sealed class UpdateActiveDirectoryRequest : IMessage<UpdateActiveDirectoryRequest>, IEquatable<UpdateActiveDirectoryRequest>, IDeepCloneable<UpdateActiveDirectoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class UpdateActiveDirectoryRequest.
UpdateActiveDirectoryRequest for updating an active directory.
Required. Field mask is used to specify the fields to be overwritten in the
Active Directory resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `UpdateActiveDirectoryRequest` class within the NetApp v1 API for .NET."],["The `UpdateActiveDirectoryRequest` class is designed for updating an active directory, as shown by its purpose and its constructors."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparisons, deep cloning, and buffered message operations."],["Key properties of `UpdateActiveDirectoryRequest` include `ActiveDirectory` (the directory being updated) and `UpdateMask` (specifying which fields to overwrite)."],["This specific documentation is for version 1.4.0, although links to prior and more recent versions are also provided."]]],[]]