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
| Name | Description |
|---|---|
| DynatraceMonitoringStatus(String) |
Initializes a new instance of DynatraceMonitoringStatus. |
Properties
| Name | Description |
|---|---|
| Disabled |
Gets the Disabled. |
| Enabled |
Gets the Enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(DynatraceMonitoringStatus, DynatraceMonitoringStatus) |
Determines if two DynatraceMonitoringStatus values are the same. |
| Implicit(String to DynatraceMonitoringStatus) |
Converts a string to a DynatraceMonitoringStatus. |
| Implicit(String to Nullable<DynatraceMonitoringStatus>) | |
| Inequality(DynatraceMonitoringStatus, DynatraceMonitoringStatus) |
Determines if two DynatraceMonitoringStatus values are not the same. |