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"]],[["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."],[[["The latest version of the `DeleteActiveDirectoryRequest` class is 1.8.0, which is part of the Google.Cloud.NetApp.V1 namespace."],["This class is used to delete a single active directory and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DeleteActiveDirectoryRequest` has two constructors, one default and another accepting a `DeleteActiveDirectoryRequest` object for parameter."],["It contains properties `ActiveDirectoryName` and `Name`, where `Name` is a required property representing the name of the active directory to be deleted."],["The class inherits from the `object` class and is part of the Google.Cloud.NetApp.V1.dll assembly."]]],[]]