DynatraceOneAgentMonitoringType 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 monitoring mode of OneAgent.
public readonly struct DynatraceOneAgentMonitoringType : IEquatable<Azure.ResourceManager.Dynatrace.Models.DynatraceOneAgentMonitoringType>
type DynatraceOneAgentMonitoringType = struct
Public Structure DynatraceOneAgentMonitoringType
Implements IEquatable(Of DynatraceOneAgentMonitoringType)
- Inheritance
-
DynatraceOneAgentMonitoringType
- Implements
Constructors
DynatraceOneAgentMonitoringType(String) |
Initializes a new instance of DynatraceOneAgentMonitoringType. |
Properties
CloudInfrastructure |
CLOUD_INFRASTRUCTURE. |
FullStack |
FULL_STACK. |
Methods
Equals(DynatraceOneAgentMonitoringType) |
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(DynatraceOneAgentMonitoringType, DynatraceOneAgentMonitoringType) |
Determines if two DynatraceOneAgentMonitoringType values are the same. |
Implicit(String to DynatraceOneAgentMonitoringType) |
Converts a string to a DynatraceOneAgentMonitoringType. |
Inequality(DynatraceOneAgentMonitoringType, DynatraceOneAgentMonitoringType) |
Determines if two DynatraceOneAgentMonitoringType values are not the same. |