Impact 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 business impact of the recommendation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ImpactTypeConverter))]
public struct Impact : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.Impact>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Support.ImpactTypeConverter))>]
type Impact = struct
interface IArgumentCompleter
Public Structure Impact
Implements IArgumentCompleter, IEquatable(Of Impact)
- Inheritance
-
Impact
- Attributes
- Implements
Fields
High | |
Low | |
Medium |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Impact) |
Compares values of enum type Impact |
Equals(Object) |
Compares values of enum type Impact (override for Object) |
GetHashCode() |
Returns hashCode for enum Impact |
ToString() |
Returns string representation for Impact |
Operators
Equality(Impact, Impact) |
Overriding == operator for enum Impact |
Implicit(Impact to String) |
Implicit operator to convert Impact to string |
Implicit(String to Impact) |
Implicit operator to convert string to Impact |
Inequality(Impact, Impact) |
Overriding != operator for enum Impact |