你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LogVerbosity Struct

Definition

Enum for setting log verbosity.

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

Fields

Critical

Only critical statements logged.

Debug

Debug and above log statements logged.

Error

Error and above log statements logged.

Info

Info and above log statements logged.

NotSet

No logs emitted.

Warning

Warning and above log statements logged.

Methods

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

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

Equals(LogVerbosity)

Compares values of enum type LogVerbosity

Equals(Object)

Compares values of enum type LogVerbosity (override for Object)

GetHashCode()

Returns hashCode for enum LogVerbosity

ToString()

Returns string representation for LogVerbosity

Operators

Equality(LogVerbosity, LogVerbosity)

Overriding == operator for enum LogVerbosity

Implicit(LogVerbosity to String)

Implicit operator to convert LogVerbosity to string

Implicit(String to LogVerbosity)

Implicit operator to convert string to LogVerbosity

Inequality(LogVerbosity, LogVerbosity)

Overriding != operator for enum LogVerbosity

Applies to