public sealed class DeleteConsumerGroupRequest : IMessage<DeleteConsumerGroupRequest>, IEquatable<DeleteConsumerGroupRequest>, IDeepCloneable<DeleteConsumerGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class DeleteConsumerGroupRequest.
[[["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-24 UTC."],[[["This documentation details the `DeleteConsumerGroupRequest` class, which is part of the Managed Service for Apache Kafka API v1 in the .NET environment."],["The `DeleteConsumerGroupRequest` class is a request message used to delete a consumer group within the Managed Kafka service."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionality for message handling, equality checks, deep cloning, and buffer-based operations."],["The class includes properties such as `ConsumerGroupName`, which provides a typed view over the resource name, and `Name`, which is a string representing the resource name of the consumer group to be deleted, requiring the full path."],["The class provides two constructors, a default constructor, and a second constructor that takes another `DeleteConsumerGroupRequest` instance to copy from."]]],[]]