Dela via


Level Struct

Definition

Argument completer implementation for Level.

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

Fields

Important
Noisy
Normal

Methods

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

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

Equals(Level)

Compares values of enum type Level

Equals(Object)

Compares values of enum type Level (override for Object)

GetHashCode()

Returns hashCode for enum Level

ToString()

Returns string representation for Level

Operators

Equality(Level, Level)

Overriding == operator for enum Level

Implicit(Level to String)

Implicit operator to convert Level to string

Implicit(String to Level)

Implicit operator to convert string to Level

Inequality(Level, Level)

Overriding != operator for enum Level

Applies to