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 name."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["It features properties like `ActiveDirectory` and `UpdateMask`, where `ActiveDirectory` specifies the volume and `UpdateMask` determines which fields are updated, if no mask is provided all fields will be overwritten."],["This content offers documentation for multiple versions of this API, with version 1.8.0 being the latest."]]],[]]