LogModule 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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.LogModuleTypeConverter))]
public struct LogModule : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.LogModule>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Support.LogModuleTypeConverter))>]
type LogModule = struct
interface IArgumentCompleter
Public Structure LogModule
Implements IArgumentCompleter, IEquatable(Of LogModule)
- Inheritance
-
LogModule
- Attributes
- Implements
Fields
Disabled | |
Enabled |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(LogModule) |
Compares values of enum type LogModule |
Equals(Object) |
Compares values of enum type LogModule (override for Object) |
GetHashCode() |
Returns hashCode for enum LogModule |
ToString() |
Returns string representation for LogModule |
Operators
Equality(LogModule, LogModule) |
Overriding == operator for enum LogModule |
Implicit(LogModule to String) |
Implicit operator to convert LogModule to string |
Implicit(String to LogModule) |
Implicit operator to convert string to LogModule |
Inequality(LogModule, LogModule) |
Overriding != operator for enum LogModule |