DynatraceMonitoringStatus 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 DynatraceMonitoringStatus : IEquatable<Azure.ResourceManager.Dynatrace.Models.DynatraceMonitoringStatus>
type DynatraceMonitoringStatus = struct
Public Structure DynatraceMonitoringStatus
Implements IEquatable(Of DynatraceMonitoringStatus)
- Inheritance
-
DynatraceMonitoringStatus
- Implements
Constructors
DynatraceMonitoringStatus(String) |
Initializes a new instance of DynatraceMonitoringStatus. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(DynatraceMonitoringStatus) |
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(DynatraceMonitoringStatus, DynatraceMonitoringStatus) |
Determines if two DynatraceMonitoringStatus values are the same. |
Implicit(String to DynatraceMonitoringStatus) |
Converts a string to a DynatraceMonitoringStatus. |
Inequality(DynatraceMonitoringStatus, DynatraceMonitoringStatus) |
Determines if two DynatraceMonitoringStatus values are not the same. |
Applies to
Azure SDK for .NET