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