public sealed class DeleteActiveDirectoryRequest : IMessage<DeleteActiveDirectoryRequest>, IEquatable<DeleteActiveDirectoryRequest>, IDeepCloneable<DeleteActiveDirectoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class DeleteActiveDirectoryRequest.
DeleteActiveDirectoryRequest for deleting a single active directory.
[[["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 `DeleteActiveDirectoryRequest` class within the NetApp v1 API, specifically version 1.6.0."],["The `DeleteActiveDirectoryRequest` class is designed for use in deleting a single active directory and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes a `Name` property, which is a required string specifying the name of the active directory to be deleted, and an `ActiveDirectoryName` property that is a typed view over the `Name`."],["The current document includes links to previous versions, including the latest version 1.8.0, as well as versions going as far back as 1.0.0."]]],[]]