Share via


MonitoringType Struct

Definition

The monitoring mode of OneAgent

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.MonitoringTypeTypeConverter))]
public struct MonitoringType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.MonitoringType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.MonitoringTypeTypeConverter))>]
type MonitoringType = struct
    interface IArgumentCompleter
Public Structure MonitoringType
Implements IArgumentCompleter, IEquatable(Of MonitoringType)
Inheritance
MonitoringType
Attributes
Implements

Fields

CloudInfrastructure
FullStack

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(MonitoringType)

Compares values of enum type MonitoringType

Equals(Object)

Compares values of enum type MonitoringType (override for Object)

GetHashCode()

Returns hashCode for enum MonitoringType

ToString()

Returns string representation for MonitoringType

Operators

Equality(MonitoringType, MonitoringType)

Overriding == operator for enum MonitoringType

Implicit(MonitoringType to String)

Implicit operator to convert MonitoringType to string

Implicit(String to MonitoringType)

Implicit operator to convert string to MonitoringType

Inequality(MonitoringType, MonitoringType)

Overriding != operator for enum MonitoringType

Applies to