public sealed class DeleteChannelConnectionRequest : IMessage<DeleteChannelConnectionRequest>, IEquatable<DeleteChannelConnectionRequest>, IDeepCloneable<DeleteChannelConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class DeleteChannelConnectionRequest.
The request message for the DeleteChannelConnection method.
[[["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-17 UTC."],[[["This document provides reference information for the `DeleteChannelConnectionRequest` class within the Eventarc v1 API for .NET, specifically version 2.3.0."],["`DeleteChannelConnectionRequest` is used to request the deletion of a channel connection and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has a `Name` property that is required and represents the name of the channel connection to delete, as well as a `ChannelConnectionName` property that is a typed view over it."],["The document contains a list of various versions of the API, with 2.6.0 being the most recent, and 1.0.0 being the oldest."]]],[]]