MonitoringStatus 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.
Flag specifying if the resource monitoring is enabled or disabled.
public readonly struct MonitoringStatus : IEquatable<Azure.ResourceManager.Datadog.Models.MonitoringStatus>
type MonitoringStatus = struct
Public Structure MonitoringStatus
Implements IEquatable(Of MonitoringStatus)
- Inheritance
-
MonitoringStatus
- Implements
Constructors
MonitoringStatus(String) |
Initializes a new instance of MonitoringStatus. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(MonitoringStatus) |
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(MonitoringStatus, MonitoringStatus) |
Determines if two MonitoringStatus values are the same. |
Implicit(String to MonitoringStatus) |
Converts a string to a MonitoringStatus. |
Inequality(MonitoringStatus, MonitoringStatus) |
Determines if two MonitoringStatus values are not the same. |
Applies to
Azure SDK for .NET