DynatraceOneAgentAvailabilityState 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.
The availability state of OneAgent.
public readonly struct DynatraceOneAgentAvailabilityState : IEquatable<Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentAvailabilityState>
type DynatraceOneAgentAvailabilityState = struct
Public Structure DynatraceOneAgentAvailabilityState
Implements IEquatable(Of DynatraceOneAgentAvailabilityState)
- Inheritance
-
DynatraceOneAgentAvailabilityState
- Implements
Constructors
| Name | Description |
|---|---|
| DynatraceOneAgentAvailabilityState(String) |
Initializes a new instance of DynatraceOneAgentAvailabilityState. |
Properties
| Name | Description |
|---|---|
| Crashed |
Gets the Crashed. |
| Lost |
Gets the Lost. |
| Monitored |
Gets the Monitored. |
| PreMonitored |
Gets the PreMonitored. |
| Shutdown |
Gets the Shutdown. |
| UnexpectedShutdown |
Gets the UnexpectedShutdown. |
| Unknown |
Gets the Unknown. |
| Unmonitored |
Gets the Unmonitored. |
Methods
| Name | Description |
|---|---|
| Equals(DynatraceOneAgentAvailabilityState) |
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(DynatraceOneAgentAvailabilityState, DynatraceOneAgentAvailabilityState) |
Determines if two DynatraceOneAgentAvailabilityState values are the same. |
| Implicit(String to DynatraceOneAgentAvailabilityState) |
Converts a string to a DynatraceOneAgentAvailabilityState. |
| Implicit(String to Nullable<DynatraceOneAgentAvailabilityState>) | |
| Inequality(DynatraceOneAgentAvailabilityState, DynatraceOneAgentAvailabilityState) |
Determines if two DynatraceOneAgentAvailabilityState values are not the same. |