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
NewRelicMonitoringStatus(String) |
Initializes a new instance of NewRelicMonitoringStatus. |
Properties
Active |
Active. |
Deleting |
Deleting. |
Failed |
Failed. |
InProgress |
InProgress. |
Methods
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
Equality(NewRelicMonitoringStatus, NewRelicMonitoringStatus) |
Determines if two NewRelicMonitoringStatus values are the same. |
Implicit(String to NewRelicMonitoringStatus) |
Converts a string to a NewRelicMonitoringStatus. |
Inequality(NewRelicMonitoringStatus, NewRelicMonitoringStatus) |
Determines if two NewRelicMonitoringStatus values are not the same. |