Megosztás a következőn keresztül:


Impact Struct

Definition

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

Applies to