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 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."]]],[]]