次の方法で共有


LogLevel Struct

Definition

Log level.

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

Fields

Error
Information
Off
Verbose
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

Applies to