LogLevel 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.
The verbosity of logs persisted on the connected registry.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.LogLevelTypeConverter))]
public struct LogLevel : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.LogLevel>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.LogLevelTypeConverter))>]
type LogLevel = struct
interface IArgumentCompleter
Public Structure LogLevel
Implements IArgumentCompleter, IEquatable(Of LogLevel)
- Inheritance
-
LogLevel
- Attributes
- Implements
Fields
Debug | |
Error | |
Information | |
None | |
Warning |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(LogLevel) |
Compares values of enum type LogLevel |
Equals(Object) |
Compares values of enum type LogLevel (override for Object) |
GetHashCode() |
Returns hashCode for enum LogLevel |
ToString() |
Returns string representation for LogLevel |
Operators
Equality(LogLevel, LogLevel) |
Overriding == operator for enum LogLevel |
Implicit(LogLevel to String) |
Implicit operator to convert LogLevel to string |
Implicit(String to LogLevel) |
Implicit operator to convert string to LogLevel |
Inequality(LogLevel, LogLevel) |
Overriding != operator for enum LogLevel |