public sealed class DeleteDomainRequest : IMessage<DeleteDomainRequest>, IEquatable<DeleteDomainRequest>, IDeepCloneable<DeleteDomainRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Microsoft Active Directory v1 API class DeleteDomainRequest.
Request message for
[DeleteDomain][google.cloud.managedidentities.v1.DeleteDomain]
[[["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 document provides reference information for the `DeleteDomainRequest` class within the Google Cloud Managed Identities v1 API for .NET."],["The `DeleteDomainRequest` class is used to construct request messages for the `DeleteDomain` operation, which is part of the Managed Service for Microsoft Active Directory."],["The `DeleteDomainRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the documentation available, with the latest version being 3.3.0, and it can be constructed using default parameters or another `DeleteDomainRequest` object."],["The `DeleteDomainRequest` object contains a required `Name` property to specify the domain resource to delete, using the format: `projects/{project_id}/locations/global/domains/{domain_name}`, and also has a typed view `DomainName` for accessing the resource name."]]],[]]