public sealed class DeleteMappingRuleRequest : IMessage<DeleteMappingRuleRequest>, IEquatable<DeleteMappingRuleRequest>, IDeepCloneable<DeleteMappingRuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class DeleteMappingRuleRequest.
[[["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 `DeleteMappingRuleRequest` class within the Database Migration v1 API, specifically for version 2.2.0."],["The `DeleteMappingRuleRequest` class is used to create a request message for deleting a mapping rule, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one, and another that takes an existing `DeleteMappingRuleRequest` object for copying."],["Key properties of `DeleteMappingRuleRequest` include `ConversionWorkspaceName`, which is a typed view over the resource name, `Name`, which is the required mapping rule name to be deleted, and `RequestId`, which is an optional unique identifier for the request."],["There are multiple versions of the `DeleteMappingRuleRequest` class, with the latest being version 2.5.0, and going as far back as 1.0.0."]]],[]]