Condividi tramite


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

Name Description
DynatraceOneAgentMonitoringType(String)

Initializes a new instance of DynatraceOneAgentMonitoringType.

Properties

Name Description
CloudInfrastructure

Gets the CloudInfrastructure.

Discovery

Gets the Discovery.

FullStack

Gets the FullStack.

Methods

Name Description
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

Name Description
Equality(DynatraceOneAgentMonitoringType, DynatraceOneAgentMonitoringType)

Determines if two DynatraceOneAgentMonitoringType values are the same.

Implicit(String to DynatraceOneAgentMonitoringType)

Converts a string to a DynatraceOneAgentMonitoringType.

Implicit(String to Nullable<DynatraceOneAgentMonitoringType>)
Inequality(DynatraceOneAgentMonitoringType, DynatraceOneAgentMonitoringType)

Determines if two DynatraceOneAgentMonitoringType values are not the same.

Applies to