DynatraceOneAgentUpdateStatus 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 current update status of OneAgent.
public readonly struct DynatraceOneAgentUpdateStatus : IEquatable<Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentUpdateStatus>
type DynatraceOneAgentUpdateStatus = struct
Public Structure DynatraceOneAgentUpdateStatus
Implements IEquatable(Of DynatraceOneAgentUpdateStatus)
- Inheritance
-
DynatraceOneAgentUpdateStatus
- Implements
Constructors
| DynatraceOneAgentUpdateStatus(String) |
Initializes a new instance of DynatraceOneAgentUpdateStatus. |
Properties
| Incompatible |
INCOMPATIBLE. |
| Outdated |
OUTDATED. |
| Scheduled |
SCHEDULED. |
| Suppressed |
SUPPRESSED. |
| Unknown |
UNKNOWN. |
| UpdateInProgress |
UPDATE_IN_PROGRESS. |
| UpdatePending |
UPDATE_PENDING. |
| UpdateProblem |
UPDATE_PROBLEM. |
| UpToDate |
UP2DATE. |
Methods
| Equals(DynatraceOneAgentUpdateStatus) |
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(DynatraceOneAgentUpdateStatus, DynatraceOneAgentUpdateStatus) |
Determines if two DynatraceOneAgentUpdateStatus values are the same. |
| Implicit(String to DynatraceOneAgentUpdateStatus) |
Converts a String to a DynatraceOneAgentUpdateStatus. |
| Inequality(DynatraceOneAgentUpdateStatus, DynatraceOneAgentUpdateStatus) |
Determines if two DynatraceOneAgentUpdateStatus values are not the same. |