你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
LogCollectionLevel 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.
Level of the logs to be collected.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.LogCollectionLevelTypeConverter))]
public struct LogCollectionLevel : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.LogCollectionLevel>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.LogCollectionLevelTypeConverter))>]
type LogCollectionLevel = struct
interface IArgumentCompleter
Public Structure LogCollectionLevel
Implements IArgumentCompleter, IEquatable(Of LogCollectionLevel)
- Inheritance
-
LogCollectionLevel
- Attributes
- Implements
Fields
Error |
Only Errors will be collected in the logs. |
Verbose |
Verbose logging (includes Errors, CRC, size information and others). |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(LogCollectionLevel) |
Compares values of enum type LogCollectionLevel |
Equals(Object) |
Compares values of enum type LogCollectionLevel (override for Object) |
GetHashCode() |
Returns hashCode for enum LogCollectionLevel |
ToString() |
Returns string representation for LogCollectionLevel |
Operators
Equality(LogCollectionLevel, LogCollectionLevel) |
Overriding == operator for enum LogCollectionLevel |
Implicit(LogCollectionLevel to String) |
Implicit operator to convert LogCollectionLevel to string |
Implicit(String to LogCollectionLevel) |
Implicit operator to convert string to LogCollectionLevel |
Inequality(LogCollectionLevel, LogCollectionLevel) |
Overriding != operator for enum LogCollectionLevel |