public sealed class DeleteAccessApprovalSettingsMessage : IMessage<DeleteAccessApprovalSettingsMessage>, IEquatable<DeleteAccessApprovalSettingsMessage>, IDeepCloneable<DeleteAccessApprovalSettingsMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Access Approval v1 API class DeleteAccessApprovalSettingsMessage.
[[["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 documentation for the `DeleteAccessApprovalSettingsMessage` class within the Access Approval v1 API, detailing its purpose, implementation, and usage in .NET."],["The `DeleteAccessApprovalSettingsMessage` class is used to request the deletion of access approval settings, with methods to retrieve version history, and the most current version being 2.5.0."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `DeleteAccessApprovalSettingsMessage` object, and has two properties: `AccessApprovalSettingsName` and `Name`."],["The `Name` property is of type `string` and specifies the name of the `AccessApprovalSettings` to be deleted, and `AccessApprovalSettingsName` provides a type view of the resource name."]]],[]]