public sealed class Monitoring.Types.MonitoringDestination : IMessage<Monitoring.Types.MonitoringDestination>, IEquatable<Monitoring.Types.MonitoringDestination>, IDeepCloneable<Monitoring.Types.MonitoringDestination>, IBufferMessage, IMessage
Configuration of a specific monitoring destination (the producer project
or the consumer project).
[[["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-05 UTC."],[[["Monitoring.Types.MonitoringDestination is a class that configures a specific monitoring destination, whether it's the producer or consumer project."],["This class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, providing functionalities for message handling, equality comparison, deep cloning, and buffer operations."],["Key properties of MonitoringDestination include `Metrics`, a collection of metric types to report, and `MonitoredResource`, specifying the monitored resource type."],["The class includes methods for common operations like cloning (`Clone`), equality checks (`Equals`), hash code generation (`GetHashCode`), merging data from another instance (`MergeFrom`), and serialization/deserialization (`WriteTo`, `MergeFrom`)."],["There are two constructors, one default, and another that takes another instance of the class as a parameter."]]],[]]