EventsObservabilityMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An indication of how the event should be mapped to OpenTelemetry.
public readonly struct EventsObservabilityMode : IEquatable<Azure.ResourceManager.DeviceRegistry.Models.EventsObservabilityMode>
type EventsObservabilityMode = struct
Public Structure EventsObservabilityMode
Implements IEquatable(Of EventsObservabilityMode)
- Inheritance
-
EventsObservabilityMode
- Implements
Constructors
EventsObservabilityMode(String) |
Initializes a new instance of EventsObservabilityMode. |
Properties
Log |
Map as log to OpenTelemetry. |
None |
No mapping to OpenTelemetry. |
Methods
Equals(EventsObservabilityMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(EventsObservabilityMode, EventsObservabilityMode) |
Determines if two EventsObservabilityMode values are the same. |
Implicit(String to EventsObservabilityMode) |
Converts a string to a EventsObservabilityMode. |
Inequality(EventsObservabilityMode, EventsObservabilityMode) |
Determines if two EventsObservabilityMode values are not the same. |
Applies to
Azure SDK for .NET