Risk 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 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
Azure SDK for .NET