public sealed class DeleteDeviceRegistryRequest : IMessage<DeleteDeviceRegistryRequest>, IEquatable<DeleteDeviceRegistryRequest>, IDeepCloneable<DeleteDeviceRegistryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class DeleteDeviceRegistryRequest.
[[["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-04-09 UTC."],[[["The latest version of the `DeleteDeviceRegistryRequest` class is 2.2.0, part of the Cloud IoT v1 API for .NET."],["This class is used to request the deletion of a device registry within the Cloud IoT platform."],["`DeleteDeviceRegistryRequest` inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Name` property of this class represents the name of the device registry to be deleted and its `RegistryName` is a typed view over the name property."],["There are two constructors available for creating a `DeleteDeviceRegistryRequest` instance: one with no parameters, and another that takes an existing `DeleteDeviceRegistryRequest` as a parameter for copying."]]],[]]