DynatraceOneAgentMonitoringType Struct

Definition

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.

Applies to