Udostępnij za pośrednictwem


Risk Struct

Definition

The potential risk of not implementing the recommendation.

public readonly struct Risk : IEquatable<Azure.ResourceManager.Advisor.Models.Risk>
type Risk = struct
Public Structure Risk
Implements IEquatable(Of Risk)
Inheritance
Risk
Implements

Constructors

Risk(String)

Initializes a new instance of Risk.

Properties

Error

Error.

None

None.

Warning

Warning.

Methods

Equals(Risk)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(Risk, Risk)

Determines if two Risk values are the same.

Implicit(String to Risk)

Converts a string to a Risk.

Inequality(Risk, Risk)

Determines if two Risk values are not the same.

Applies to