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."],[[["The `DeleteActiveDirectoryRequest` class in the NetApp v1 API is designed for deleting a single active directory."],["The latest version of this API is 1.8.0, and versions from 1.0.0 to 1.7.0 are also documented."],["The class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It includes constructors for creating a new `DeleteActiveDirectoryRequest` object or cloning an existing one."],["The `DeleteActiveDirectoryRequest` object requires a `Name` property, which specifies the name of the active directory to delete and an `ActiveDirectoryName` view over the resource name property."]]],[]]