DynatraceLogModuleState 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.
Tells whether log modules are enabled or not.
public readonly struct DynatraceLogModuleState : IEquatable<Azure.ResourceManager.Dynatrace.Models.DynatraceLogModuleState>
type DynatraceLogModuleState = struct
Public Structure DynatraceLogModuleState
Implements IEquatable(Of DynatraceLogModuleState)
- Inheritance
-
DynatraceLogModuleState
- Implements
Constructors
DynatraceLogModuleState(String) |
Initializes a new instance of DynatraceLogModuleState. |
Properties
Disabled |
DISABLED. |
Enabled |
ENABLED. |
Methods
Equals(DynatraceLogModuleState) |
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(DynatraceLogModuleState, DynatraceLogModuleState) |
Determines if two DynatraceLogModuleState values are the same. |
Implicit(String to DynatraceLogModuleState) |
Converts a string to a DynatraceLogModuleState. |
Inequality(DynatraceLogModuleState, DynatraceLogModuleState) |
Determines if two DynatraceLogModuleState values are not the same. |
Applies to
Azure SDK for .NET