EventObservabilityMode 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.
Defines the event observability mode.
public readonly struct EventObservabilityMode : IEquatable<Azure.ResourceManager.DeviceRegistry.Models.EventObservabilityMode>
type EventObservabilityMode = struct
Public Structure EventObservabilityMode
Implements IEquatable(Of EventObservabilityMode)
- Inheritance
-
EventObservabilityMode
- Implements
Constructors
| Name | Description |
|---|---|
| EventObservabilityMode(String) |
Initializes a new instance of EventObservabilityMode. |
Properties
| Name | Description |
|---|---|
| Log |
Map as log to OpenTelemetry. |
| None |
No mapping to OpenTelemetry. |
Methods
| Name | Description |
|---|---|
| Equals(EventObservabilityMode) |
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
| Name | Description |
|---|---|
| Equality(EventObservabilityMode, EventObservabilityMode) |
Determines if two EventObservabilityMode values are the same. |
| Implicit(String to EventObservabilityMode) |
Converts a string to a EventObservabilityMode. |
| Implicit(String to Nullable<EventObservabilityMode>) | |
| Inequality(EventObservabilityMode, EventObservabilityMode) |
Determines if two EventObservabilityMode values are not the same. |