DatadogMonitorStatus 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 state of monitoring.
public readonly struct DatadogMonitorStatus : IEquatable<Azure.ResourceManager.Datadog.Models.DatadogMonitorStatus>
type DatadogMonitorStatus = struct
Public Structure DatadogMonitorStatus
Implements IEquatable(Of DatadogMonitorStatus)
- Inheritance
-
DatadogMonitorStatus
- Implements
Constructors
| Name | Description |
|---|---|
| DatadogMonitorStatus(String) |
Initializes a new instance of DatadogMonitorStatus. |
Properties
| Name | Description |
|---|---|
| Active |
Gets the Active. |
| Deleting |
Gets the Deleting. |
| Failed |
Gets the Failed. |
| InProgress |
Gets the InProgress. |
Methods
| Name | Description |
|---|---|
| Equals(DatadogMonitorStatus) |
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(DatadogMonitorStatus, DatadogMonitorStatus) |
Determines if two DatadogMonitorStatus values are the same. |
| Implicit(String to DatadogMonitorStatus) |
Converts a string to a DatadogMonitorStatus. |
| Implicit(String to Nullable<DatadogMonitorStatus>) | |
| Inequality(DatadogMonitorStatus, DatadogMonitorStatus) |
Determines if two DatadogMonitorStatus values are not the same. |