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 page provides documentation for the `DeleteActiveDirectoryRequest` class within the Google Cloud NetApp v1 API, specifically version 1.3.0."],["The `DeleteActiveDirectoryRequest` class is used to request the deletion of a single active directory and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["It offers two constructors: a parameterless constructor and one that takes another `DeleteActiveDirectoryRequest` object for copying."],["The class has properties for managing the `ActiveDirectoryName`, and it also has a `Name` property, representing the required name of the active directory to be deleted."]]],[]]